We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: v1.0.0-rc.5 Using this select tag with multiple. It will show all values.
How to fix this bug ? Thanks
The text was updated successfully, but these errors were encountered:
Do you mean like the below?
<label for="cars">Choose a car:</label> <select id="cars" multiple> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="opel">Opel</option> <option value="audi">Audi</option> </select>
If so, I can confirm that html2canvas will only show the first selected value but not show any other values.
FYI the 2nd version of multiple input uses selectize.js and that does work fine.
See also #1595
Sorry, something went wrong.
No branches or pull requests
Version: v1.0.0-rc.5
Using this select tag with multiple. It will show all values.
How to fix this bug ? Thanks
The text was updated successfully, but these errors were encountered: