65 | export interface SelectProps<T extends object = {}> extends Omit<AriaSelectProps<T>, 'children' | 'label' | 'description' | 'errorMessage' | 'validationState' | 'validationBehavior' | 'items'>, RACValidation, RenderProps<SelectRenderProps>, SlotProps { | ||
66 | /** | ||
67 | * Temporary text that occupies the select when it is empty. | ||
68 | * @default 'Select an item' in English |
Any particular need to mention "in English" here? Is it to point out that localization will happen automatically aka "Select an item" is only when en-US
/english locales? I think it should be fine if omitted but not really bothered either way
Maybe "Select an item" (localized) ?
Login to write a write a comment.
Closes
โ Pull Request Checklist:
๐ Test Instructions:
๐งข Your Project: