boneskull / angular-tags

Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
MIT License
133 stars 32 forks source link

Create new Tag when element looses focus #36

Open dedan opened 10 years ago

dedan commented 10 years ago

I used the tags directive in a form. When the user entered a new tag and directly clicked on the save/submit button without hitting enter or a separator (,) the entry did not get converted to a tag. The changes I propose add a new tag when the tags element looses focus

boneskull commented 10 years ago

@dedan Will check this out, thanks.