vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

before-adding-tag hook not works when v-model is empty

Open Tantacula opened this issue 6 years ago • 1 comments

Demo here: https://codepen.io/anon/pen/gJEorL

When I try to add the tag by clicking on autocomplete element 'before-adding-tag' event bubbles only if v-model is not empty.

Try to click on the input field in a demo and select item from autocomplete. Then enter any symbol and select any item again. Hook works only in the second case.

Tantacula avatar Jun 04 '19 07:06 Tantacula

i have same problem, if you edit a tag and clear with the backspace the content, it not delete continue open it until you push some value. enter or tab keys not work.

devMls avatar Mar 02 '21 22:03 devMls