-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Create seperate changesets for packages
1 parent
e982ffb
commit 2a295f9
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
'@toptal/picasso-query-builder': minor | ||
'@toptal/picasso': minor | ||
--- | ||
|
||
- add `enableResetSearch` prop to `Select` component and provide it to `QueryBuilder` `Multiselect` field | ||
- add `enableResetSearch` prop to `Select` component to render reset icon which clears search input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@toptal/picasso-query-builder': minor | ||
--- | ||
|
||
- add search input clearing functionality for `select` and `multiselect` filter types through filter configuration with `enableResetSearch` property. |