-
Notifications
You must be signed in to change notification settings - Fork 283
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
Support for multiple select #11
Comments
Here is the code snippet that I had in place: Line 41: Line 56: |
Coverted variables describing what's currently selected into an array. This breaks the tests, as it appears not to be compatible with the support for multiple parents to a selector.
trying to implement multiple select option but just one option value selected. please help |
$response[""] = "--"; is this the correct way to define multiple select |
Multiple selects are not supported at the moment. |
Hi Prabinkarma, Did you try the code I posted? Multi-select works for me with that code. My code is based on Version: 0.9.4. Regards, |
Hi @prabinkarma , |
Hi,
The current plugin works great, do you have any plans to support multi-select (multiple attribute in select)?
Thanks,
Raghu
The text was updated successfully, but these errors were encountered: