This repository was archived by the owner on Mar 24, 2018. It is now read-only.
Tagging support#1
Open
brianfeister wants to merge 108 commits intotvervest:tagging-supportfrom
brianfeister:tagging-support
Open
Tagging support#1brianfeister wants to merge 108 commits intotvervest:tagging-supportfrom brianfeister:tagging-support
brianfeister wants to merge 108 commits intotvervest:tagging-supportfrom
brianfeister:tagging-support
Conversation
…s full container's width, making it go down to the next line, due to having the selected items being retrieved async. The fix simply triggers the update of input field width upon change in the selected item (triggered due to receipt of async selected item).
Fix to prevent clicks being swallowed when clicking on the 'x' within the multiple select pill.
Prevent the dotted line from appearing around the span element after clicking; this behavior did not occur when the span element was a button.
If selectedItems is an empty array, if(!selectedItems) is still false. It should be if(!selectedItems.length), which evaluates to true if selectedItems is empty. With the current values, errors occur at line 266, since ctrl.parserResult.source($scope) evaluates to undefined, data does not have the filter method.
Added main file to work with `require()` and build scripts that utilise this method.
the model was changed but didn't updated the rest of the html view until next next digest
Conflicts: dist/select.css dist/select.css.min.css dist/select.js dist/select.js.min.js
Conflicts: dist/select.css dist/select.css.min.css dist/select.js dist/select.js.min.js
Fix the bug where the input field gets full parent width when selected item is async
Update select.js
…wvalue fix(multiple): setViewValue compatible with 1.3-rc.1+
Fix to allow select type multiple using the bootstrap theme in Firefox/IE
chore(bower): remove cruft from bower package
Update package.json
Conflicts: dist/select.css dist/select.css.min.css dist/select.js dist/select.min.js src/select.js
Author
|
This case can be recreated by declaring a function name and passing as a parameter like this |
Add callback for removal of items from multi-select
…ches fix(choices): prevent unnecessary watches when dropdown is closed
…rchFalse Display placeholder when searchEnable is set to false angular-ui#241
…disabled, and allow _resetSearchInput to execute any time tagging is enabled
angular-ui#319 fix for lock selections
Adding ability to have a callback for highlighting an item
Conflicts: src/select.js test/select.spec.js
Conflicts: src/select.js
This reverts commit 3321c50.
Added closeOnSelect attribute
Conflicts: src/select.js
…trl.isActive method returning false positives in initial empty state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.