Skip to content
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 select multiple tag #2166

Open
Chandand76 opened this issue Feb 28, 2020 · 1 comment
Open

support select multiple tag #2166

Chandand76 opened this issue Feb 28, 2020 · 1 comment

Comments

@Chandand76
Copy link

Chandand76 commented Feb 28, 2020

Version: v1.0.0-rc.5
Using this select tag with multiple. It will show all values.

How to fix this bug ? Thanks

@vnijs
Copy link

vnijs commented May 25, 2020

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.

image

FYI the 2nd version of multiple input uses selectize.js and that does work fine.

See also #1595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants