Skip to content

Commit

Permalink
[docs] Fix typo in Select component (#34091)
Browse files Browse the repository at this point in the history
Update select.md

Signed-off-by: VelociRaptor <77036902+HexM7@users.noreply.github.com>

Signed-off-by: VelociRaptor <77036902+HexM7@users.noreply.github.com>
Co-authored-by: ZeeshanTamboli <zeeshan.tamboli@gmail.com>
  • Loading branch information
zignis and ZeeshanTamboli committed Aug 29, 2022
1 parent 3f08172 commit 32a1516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/joy/components/select/select.md
Expand Up @@ -134,7 +134,7 @@ That way, you'll have a consistent height and will be able to leverage nested CS

Use the `IconButton` component as a decorator to the `Select` to add a clear action.

The `Selct` will set the focus-visible state back to the select button after the select value is cleared, ensuring a great keyboard-navigation experience.
The `Select` will set the focus-visible state back to the select button after the select value is cleared, ensuring a great keyboard-navigation experience.

{{"demo": "SelectClearable.js"}}

Expand Down

0 comments on commit 32a1516

Please sign in to comment.