Skip to content

Commit e2ac78f

Browse files
authored
Update packages/react-aria-components/src/Select.tsx
1 parent 0222957 commit e2ac78f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-aria-components/src/Select.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export interface SelectRenderProps {
6565
export interface SelectProps<T extends object = {}> extends Omit<AriaSelectProps<T>, 'children' | 'label' | 'description' | 'errorMessage' | 'validationState' | 'validationBehavior' | 'items'>, RACValidation, RenderProps<SelectRenderProps>, SlotProps {
6666
/**
6767
* Temporary text that occupies the select when it is empty.
68-
* @selector [data-placeholder]
6968
* @default 'Select an item' in English
7069
*/
7170
placeholder?: string

0 commit comments

Comments
 (0)