User should be able to type in a value that is not included in the list and that should add the item to the list.
Is there any control that allows me to do so?
Currently, I’m using a ‘suggest’ with a ‘text’. But I’m not able to get the current list items in the suggest dropdown to add new value to that. How can I get that?
I tried this but isn’t that good. when fill in one new option it should be triggered as change so I can add it in the list and can store this into db.
is there another solution for this?
how to find out this is a new input value or a selection from a given list?
If I understood you correctly, you could get the moment when the new value is added via onAfterAdd event of the list: Code Snippet .
newValues can also be saved on the server as “inserted” list items: Code Snippet .