-
Notifications
You must be signed in to change notification settings - Fork 110
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
selection not changing when initial values set #28
Comments
@gvandenbosch Did you figure this out? I am having the same issue. It doesnt even work after a simple timout for me. @bentorfs Are you still supporting this control? |
I am not actively maintaining it, but I will accept proper merge requests :)
…On Mon, Feb 6, 2017, 19:00 Adam Tentis ***@***.***> wrote:
@gvandenbosch <https://github.com/gvandenbosch> Did you figure this out?
I am having the same issue. It doesnt even work after a simple timout for
me.
@bentorfs <https://github.com/bentorfs> Are you still supporting this
control?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGFQ_BtLpHiiifVATs_KxIDSna8C5tlWks5rZ1_PgaJpZM4LQFCt>
.
|
@midhunadarvin The drop down label is not updated until the component is redraw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have a list of cuisines and set the the cuisines that should be set initially with an AJAX call and set them in the model array like this:
This nicely shows the selected values.
However when I remove selected cuisines and click new ones the model cuisines is not updated anymore.
The multiselect line is as following:
<multiselect ng-model="cuisines" show-search="true" search-limit="10" options="options" selection-limit="3"></multiselect>
The text was updated successfully, but these errors were encountered: