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
when using multiple with data from the server, we can select several time the same element #332
Labels
Comments
My workaround is the following:
|
Solution is also here #256, but not merged yet. |
Thank you very much! :) |
It's not the same issue |
Should be solved via #256 |
jshearer
added a commit
to ConfidentCannabis/ui-select
that referenced
this issue
Jun 7, 2016
Set the search box's text to initSearchValue instead of empty string when the dropdown gets toggled. Closes angular-ui#332
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I retrieve data from the server, items don't have the same pointer reference as items from the previous called (obviously).
Although Ui-select is using them to find out if two element are the same.
The developper should be able to define attribut that are specific to each item (i.e id)
see this plunker http://plnkr.co/edit/6TvR9VeW6l57cp0lCiCR?p=preview
you can select the same place several time
The text was updated successfully, but these errors were encountered: