This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Selectize - Add support for multiple selection #1787
Merged
Merged
Conversation
This file contains 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
👍 |
Thanks for this PR! |
Hopefully this doesn't go horribly wrong, thanks for your PR! |
Repository needs updated dist folder |
Could please anyone update the dist folder? |
aaronroberson
pushed a commit
that referenced
this pull request
Oct 19, 2016
* Added the select2 spinner on updating * Added bootstrap refreshicon * changed func. and added tests * docs(README): fix angular-sanitize typo "i" was missing in the name of "Angular-Sanitze" * feat(selectize): add support for multiple selection Closes #295, closes #1787 * Fix: Quotation mark error * Update CHANGELOG.md (#1816) fix 0.17.0 version in changelog * fix: ensure aria-activedescendant is correct This is a fix for a severe error found using the Google Accessibility Developer Tool audit: ARIA attributes which refer to other elements by ID should refer to elements which exist in the DOM. * fix: only apply listbox role when open This is a fix for a severe error found using the Google Accessibility Developer Tool audit: Elements with ARIA roles must ensure required owned elements are present * fix(bootstrap): add search role This is a fix for a severe error found using the Google Accessibility Developer Tool audit: Elements with ARIA roles must ensure required owned elements are present * feature(touch): set clickTriggeredSelect to true for touchend events Setting clickTriggeredSelect to true for "touchend" events fixes an issue I've encoutered when using this property in a search box (using ui-select-match and ui-select-choices), where we couldn't distinguish typing from clicking on an autocomplete result on mobile devices. * Added the select2 spinner on updating * Added bootstrap refreshicon * changed func. and added tests * Fix: Quotation mark error
kboga
pushed a commit
to kboga/ui-select
that referenced
this pull request
Nov 29, 2016
kboga
pushed a commit
to kboga/ui-select
that referenced
this pull request
Nov 29, 2016
* Added the select2 spinner on updating * Added bootstrap refreshicon * changed func. and added tests * docs(README): fix angular-sanitize typo "i" was missing in the name of "Angular-Sanitze" * feat(selectize): add support for multiple selection Closes angular-ui#295, closes angular-ui#1787 * Fix: Quotation mark error * Update CHANGELOG.md (angular-ui#1816) fix 0.17.0 version in changelog * fix: ensure aria-activedescendant is correct This is a fix for a severe error found using the Google Accessibility Developer Tool audit: ARIA attributes which refer to other elements by ID should refer to elements which exist in the DOM. * fix: only apply listbox role when open This is a fix for a severe error found using the Google Accessibility Developer Tool audit: Elements with ARIA roles must ensure required owned elements are present * fix(bootstrap): add search role This is a fix for a severe error found using the Google Accessibility Developer Tool audit: Elements with ARIA roles must ensure required owned elements are present * feature(touch): set clickTriggeredSelect to true for touchend events Setting clickTriggeredSelect to true for "touchend" events fixes an issue I've encoutered when using this property in a search box (using ui-select-match and ui-select-choices), where we couldn't distinguish typing from clicking on an autocomplete result on mobile devices. * Added the select2 spinner on updating * Added bootstrap refreshicon * changed func. and added tests * Fix: Quotation mark error
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.
Closes #295