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 use '$('#demo3').tagEditor('removeTag', tags[i])' this method to remove a tag,Then use the addTag method.A lot of empty 'Li' elements will appear in the input box.Using this section of ‘$('#demo3').next('.tag-editor').find('.tag-editor-delete').click()’ code will not present the above problems.
The text was updated successfully, but these errors were encountered:
I use '$('#demo3').tagEditor('removeTag', tags[i])' this method to remove a tag,Then use the addTag method.A lot of empty 'Li' elements will appear in the input box.Using this section of ‘$('#demo3').next('.tag-editor').find('.tag-editor-delete').click()’ code will not present the above problems.
The text was updated successfully, but these errors were encountered: