We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0222957 commit e2ac78fCopy full SHA for e2ac78f
packages/react-aria-components/src/Select.tsx
@@ -65,7 +65,6 @@ 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
- * @selector [data-placeholder]
69
* @default 'Select an item' in English
70
*/
71
placeholder?: string
0 commit comments