Skip to content

Commit

Permalink
fix: default enableClear
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Jan 23, 2024
1 parent 7aef1c5 commit 7ba0f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const SearchSelect = React.forwardRef<HTMLInputElement, SearchSelectProps>((prop
placeholder = "Select...",
disabled = false,
icon,
enableClear = false,
enableClear = true,
name,
required,
error = false,
Expand Down

0 comments on commit 7ba0f8a

Please sign in to comment.