You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate if we need to modify the selectedItem state, but users could probably get the value without this even using target.value in the onChange callback if we have a ref on the input
The text was updated successfully, but these errors were encountered:
thyhmdo
changed the title
Allow users to type in a new value in the ComboBox and accept it as a new value
[ComboBox] Allow users to type in a new value in the ComboBox and accept it as a new value
Jun 15, 2023
sstrubberg
changed the title
[ComboBox] Allow users to type in a new value in the ComboBox and accept it as a new value
[ComboBox] New value implementation
Jun 27, 2023
For this it seems the primary piece is to update the component to not clear the input after hitting enter if there is not a matched element in the listbox.
There was a question of if we needed to wait on this until we refactored ComboBox off of <Downshift> to instead use useComboBox#14684, but after some discussion we think the refactor shouldn't be necessary for this.
Ref link for implementation #13903
Acceptance Criteria
Allow users to type in a new value in the ComboBox and accept it as a new value
The text was updated successfully, but these errors were encountered: