We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ac78f commit c2faf4aCopy full SHA for c2faf4a
packages/react-aria-components/src/Select.tsx
@@ -65,7 +65,7 @@ export interface SelectRenderProps {
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
+ * @default 'Select an item' (localized)
69
*/
70
placeholder?: string
71
}
0 commit comments