Hi,
I would like to remove all options from an already open dropdown. When I remove them by simply erasing the ‘
The particular case is in a multiple select2 with remote ajax source, with the option closeOnSelect: false. When I want to change the search value, if for instance I remove a letter from previous value, the previous options still remain in the dropbox, so I want to clear all of them and just show the ‘searching’ label.
Thank you