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
Expected behavior
Pressing enter keeps the content on the input, and the user has to manually delete it (or click away from the input, onBlur)
Note: This behavior occurs in the Typeahead example
The text was updated successfully, but these errors were encountered:
On Combobox with
disableCreateItem
, if you start typing an item that doesn't exist on the list, pressing enter clears the field.https://react-magma.cengage.com/version/4.6.0/api/combobox/#disable_create_item
Expected behavior
Pressing enter keeps the content on the input, and the user has to manually delete it (or click away from the input, onBlur)
Note: This behavior occurs in the Typeahead example
The text was updated successfully, but these errors were encountered: