Open silvalaura opened 1 week ago
On Combobox with disableCreateItem, if you start typing an item that doesn't exist on the list, pressing enter clears the field.
disableCreateItem
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
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