vue-tags-input
vue-tags-input copied to clipboard
Enter on empty string to close autocomplete
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 ?