cengage / react-magma

https://react-magma.cengage.com
MIT License
21 stars 13 forks source link

Combobox: disableCreateItem deletes entry #1577

Open silvalaura opened 1 week ago

silvalaura commented 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.

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