Skip to content

Commit

Permalink
Add 'clearable' prop for Select
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Aug 8, 2024
1 parent 0b8315e commit fffed78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-suns-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@badrap/libapp": patch
---

Add 'clearable' prop for Select
1 change: 1 addition & 0 deletions src/ui/experimental/Select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type SelectProps = {
value?: string;
options: SelectOption[];
action?: Json;
clearable?: boolean;
disabled?: boolean;
required?: boolean;
placeholder?: string;
Expand Down

0 comments on commit fffed78

Please sign in to comment.