-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Dropdown] Selecting Value in Original <select> should adjust Rendered Dropdown #2626
Comments
Thanks for the thorough test case, its appreciated. My understanding is that the angular controller is modifying the original However, The error in the second example w/r/t |
Thanks for the feedback. I understand your opinion, yet I believe we should Obviously, you could suggest me a solution without angular but this That said, I'm willing to help but I need help/hints as where to start. On a side note, for the time being, it might be interesting to put a Sorry for the long post!
|
Dropdown now watches for
|
I've encountered multiple bugs when using semantic UI's dropdown to prettify a
select multiple
bound to an angular controller.Issues arise
dropdown('clear')
is used, causing angular to raise an error (probably trying to access the length of the selection array which has been wiped bydropdown('clear')
).The following plunker shows the encountered issues:
http://plnkr.co/edit/r93SZXKQ8w5pAzlD1TlK?p=preview
The text was updated successfully, but these errors were encountered: