-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typing and selecting an option with remote fetching causes invalid values #57
Comments
@indrimuska This has another issue as well. Selected options are removed after fetching in a multi selector. Same scenario. Same plunker. Steps to reproduce the issue
|
Hi guys , |
@matt212 Try my fork. The problem was here:
Options were being filtered after fetching again. I'm storing the options being fetched in my fork, had no time to implement a better solution att. |
Hi @ssotomayor , |
How can i add values using create feature not from user input but from angularjs file. |
This is fixed in a high performance variant/fork of the same component: Refer enhanced example page - https://jkodu.github.io/angular-selector-on-steroids/ (allow unsafe scripts). |
@JKODU oh wow, did you fix the remote fetching issue mentioned above? Can't get the options to load up on your example page. |
Have you allowed unsafe scripts along the prompt on the address bar? |
@ssotomayor see comment above. |
Plunker
http://plnkr.co/edit/CGY47bqX0dLnFkrVY3aB?p=preview
Scenario
Steps to reproduce the issue
The text was updated successfully, but these errors were encountered: