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

Enter on empty string to close autocomplete

Open nkostadinov opened this issue 6 years ago • 0 comments

When I add tags I press enter, but when the input is empty I want to finish adding tags. Currenlty I cannot do that because handle the Enter key outside the v-model is already empty and I cannot decide if the user pressed enter on empty input or a tag has been added. Is it possible to achieve this functionality currently ?

nkostadinov avatar Oct 30 '19 11:10 nkostadinov