Skip to content

Commit c2faf4a

Browse files
committed
update description
1 parent e2ac78f commit c2faf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/react-aria-components/src/Select.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ 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-
* @default 'Select an item' in English
68+
* @default 'Select an item' (localized)
6969
*/
7070
placeholder?: string
7171
}

0 commit comments

Comments
 (0)