You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
disable opacity set to zero cause of flickering when typing in ddl see (angular-ui#1298)
remove opacity change in dist
fix lost focus (on backspace or adding new tag) when append-to-body is used
fixing bug - when typing a letter that exists in one of the items in the ddl and then deleting it causes the (tag new item) to persists
fix bug: when using closeOnSelect with tagging - hitting the enter key sets the new tag but keeps the search input value
tagging:
--making sure no empty elements gets in on paste operation
--fix dupes search
added isNewTagDuplication optional user method to check if new tag (when using tagging where each tag is an object) already exists in the list
adding safety check that the control is still open cause _ensureHighlightVisible is called using a timeout
adding public to gitignore
ignoring public folder
fix tagging: when using 'tagging' (add tags on the fly) with refreshDelay, the keyup event fires before or after the 'refresh' (attr) method. added a fix to implement the refresh-delay for the keyup event as well
making sure new tag (tag added on the fly) is removed when already exists in the list of tags
fix bug when filtering
reverting back list folder (before fork state)
// See https://github.com/angular-ui/bootstrap/blob/0.10.0/src/typeahead/typeahead.js#L155
222
222
// FYI AngularStrap typeahead does not have debouncing: https://github.com/mgcrea/angular-strap/blob/v2.0.0-rc.4/src/typeahead/typeahead.js#L177
0 commit comments