I have view:combo, where I’m getting options/data for this from backend. I need add new options to this combo list when user manually enters anything it should add to that list.
Hello,
There are several variants.
- You can customize a) a Combo or b) a Suggest List and add new elements to add options like in these snippets :
a) Code Snippet
b) Code Snippet - There is also a variant to use Text view + Suggest List instead of combo, like this Code Snippet
Please, check the examples