-
Notifications
You must be signed in to change notification settings - Fork 692
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
Widget fails to update original select element #840
Comments
What version of the widget are you using? |
version 2.0.1 but I modified it and added these 2 functions resync : function() { And I added this line in the _makeOption
|
It seems like v3 already has this fix? |
I'm using Version 2. I can't use Version 3 it doesn't work with the program
and breaks the whole program.
…On Tue, Jun 4, 2019 at 5:41 PM Michael ***@***.***> wrote:
It seems like v3 already has this fix?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#840?email_source=notifications&email_token=AD37CF3KMOA3NCGXD3JVGW3PY3OPJA5CNFSM4G6KAH42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW56SWA#issuecomment-498854232>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD37CF27SKL6KYQT3LQYXKLPY3OPJANCNFSM4G6KAH4Q>
.
|
What is the current behavior?
The original select element is not updated with the user's checking and unchecking
What is the expected behavior?
I click a checkbox in the multiselect and the original select is updated. If I click the checkbox Main then the original select option Main is updated as selected.
The text was updated successfully, but these errors were encountered: