Problem: when I select an option, lets say Germany and after I change it to empty option, I can't type into the input, I must delete this empty option from my keyboard to be able to type again.
Any idea how I can reset/clear this option if the user switch between an option with value and one empty?
I use angular selectize with these options:
and in view:
Problem: when I select an option, lets say Germany and after I change it to empty option, I can't type into the input, I must delete this empty option from my keyboard to be able to type again.
Any idea how I can reset/clear this option if the user switch between an option with value and one empty?
Thanks.