How to Add Non-Existing Items to a Select Input on Enter
I'm trying to achieve the following:
Using a Select , when I search for an item that doesn't exist and press enter, I want the new item to be added to the list of selected items. Upon submitting the form, both the new categories and a new product should be created. How can I implement this behavior?
0 Replies