Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/react-aria-components/docs/ComboBox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,9 @@ The states and selectors for each component used in a `ComboBox` are documented

### ComboBox

A `ComboBox` can be targeted with the `.react-aria-ComboBox` CSS selector, or by overriding with a custom `className`. It provides a <TypeLink links={statelyDocs.links} type={statelyDocs.exports.ComboBoxState} /> object to its render props, which can be used to customize the `className`, `style`, or `children`.
A `ComboBox` can be targeted with the `.react-aria-ComboBox` CSS selector, or by overriding with a custom `className`. It supports the following states:

<StateTable properties={docs.exports.ComboBoxRenderProps.properties} />

### Label

Expand Down
4 changes: 3 additions & 1 deletion packages/react-aria-components/docs/Select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@ The states and selectors for each component used in a `Select` are documented be

### Select

A `Select` can be targeted with the `.react-aria-Select` CSS selector, or by overriding with a custom `className`. It provides a <TypeLink links={statelyDocs.links} type={statelyDocs.exports.SelectState} /> object to its render props, which can be used to customize the `className`, `style`, or `children`.
A `Select` can be targeted with the `.react-aria-Select` CSS selector, or by overriding with a custom `className`. It supports the following states:

<StateTable properties={docs.exports.SelectRenderProps.properties} />

### Label

Expand Down