-
Notifications
You must be signed in to change notification settings - Fork 70
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
Multiple checked options #79
Comments
I can join to @kim-tempus's request. That kind of feature would be really helpful. |
hi @kim-tempus , |
+1 for this. My
My predefined
|
+1. I would expect that the above example works. When the modal is opened, nothing is checked unfortunately, even though the model is populated and option property specified. |
@kim-tempus can you please tell us how you solved your problem, how did you rebuild the list with .checked=true |
+1 for me as well. Have tried updating the ng-model after the page is loaded as well and that also doesn't work :( |
+1 |
i think there could be simple code fix to make values selected depend on model. |
Encountered this issue and after lot of debugging finally found this issue. Based on @kotromeo comment, I found the exact location where I can put
|
@klodha Thanks for missing code. this fixed works for me |
Hey.
I am using multiple-options. Is there a way to pre-set/check options (
option.checked="true"
)?User will pick som options, save selected data, and then late view the list again with the saved data already selected.
(I only save the value, not the object/name. So I rebuild the list with
.checked=true
myself).The text was updated successfully, but these errors were encountered: