I need ability of multi-select for the input. The problem is that data comes from the server dynamically while a user tapping and if no appropriate data is found, I need to create a new label. Example of code: Getting addresses
Current example do not show information within label and do not show title tagging-label="(custom 'new' label)"
if new info is entered (for example, you can type something like "blablablabla", the server should return nothing)
How can it be handled? The workaround where I can save all results to an array and work with an array instead of the server do not work for me...