-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update selectable search input state when the input changes (#2776)
* feat(selectable search input): update selectable search input state on input change * feat(search select input): add default value prop * feat(search select input): update test * feat(slectable search input): update vrt * feat(selectable search input): update placeholder value when provided from parent * feat(selectable search input): update placeholder value when provided * feat(selectable search input): pass experimental value when available * feat(selectable search input): tests cases for experimental values * feat(selectable search input): update changeset * feat(selectable search input): update uption to also have experimental value state * feat(selectable search input): update story with expected behaviour * feat(selectable search input): update hook dependency * feat(selectable search input): remove unused story code --------- Co-authored-by: Ddouglasz <[email protected]> Co-authored-by: Carlos Cortizas <[email protected]>
- Loading branch information
1 parent
0caed39
commit 79318f5
Showing
5 changed files
with
68 additions
and
36 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@commercetools-uikit/selectable-search-input': minor | ||
--- | ||
|
||
We're introducing a **temporary** property to handle an internal case. | ||
Please do not use it as it will be removed in the near future. |
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
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
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
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