This repository was 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
Conversation
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
Still to do: - Selectize and Bootstrap templates - Write tests - Only tested in Chrome, so other browser tests needs to be done - Possibly find a way to remove items from drop down that are currently selected - A user provided compare function to determine if an initially selected item matches an item in ctrl.items. Currently uses angular.equals - more Other minor changes - Remove Tab key events; they were illogical and prevented ui-select from functioning correctly in a form
No done yet, but created PR to get more input and possibly some help. |
Any news on this? I would love to use a pure angular alternative to select2. |
+1 |
@komakino can you rebase with current master? I'd like to help to merge this asap |
Closed
@komakino any progress on this? I can lend a hand if you like |
+1 I would love to see that! |
+1 |
@komakino could you rebase your PR so that it does not merge conflict anymore, please ? I think it would increase the chance of being merged. |
+1 |
1 similar comment
+1 |
Rebase done at #138, lets keep discussion there. |
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.
Added initial support for multiple choices. …
Still to do:
Other minor changes