ngTagsInput
ngTagsInput copied to clipboard
how can I prevent form submit on ENTER especially when add-from-autocomplete-only="true" ?
Here's the plunker http://plnkr.co/edit/QlQz7b91Gau9hwD35Obc?p=preview - you can easily type anything in (ie. test12345) cancel autocomplete list and hit Enter - the form will get submitted - how to prevent that? I want to keep default behaviour of the form, so it can be submitted once you hit ENTER on other controls, just not inside tagsInput (in this case with add-from-autocomplete-only="true").
+1