Closed swimmadude66 closed 8 years ago
The selectedValues was being set to '' instead of [] with input.val('');
''
[]
input.val('');
This new change ensures there is always a selectedValues array to which a value can be pushed.
Thank you @swimmadude66, this will be available in the next release 👍
The selectedValues was being set to
''
instead of[]
withinput.val('');
This new change ensures there is always a selectedValues array to which a value can be pushed.