You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using autocomplete with multiple and using ('#el').html('') to clear all the tag values.
But that clears the values in the input box which is shown on the UI and not from the internal stack.
Hence, the onExist function is called when trying to enter new values after clearing.
Kindly tell us what's the right way to clear the tags list.
The text was updated successfully, but these errors were encountered:
I'm using autocomplete with multiple and using
('#el').html('')
to clear all the tag values.But that clears the values in the input box which is shown on the UI and not from the internal stack.
Hence, the
onExist
function is called when trying to enter new values after clearing.Kindly tell us what's the right way to clear the tags list.
The text was updated successfully, but these errors were encountered: