Skip to content

Commit

Permalink
don't force closing the autocomplete menu. fixes aehlke#164
Browse files Browse the repository at this point in the history
  • Loading branch information
aehlke committed Apr 27, 2013
1 parent 9edda80 commit 2428939
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
4 changes: 0 additions & 4 deletions js/tag-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,6 @@
}

that.createTag(that._cleanedInput());

// The autocomplete doesn't close automatically when TAB is pressed.
// So let's ensure that it closes.
that.tagInput.autocomplete('close');
}
}).blur(function(e){
// Create a tag when the element loses focus.
Expand Down
20 changes: 10 additions & 10 deletions js/tag-it.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2428939

Please sign in to comment.