Closed JoaquinSerrano closed 4 years ago
Selected options on select
HTML elements only work for option
elements with the static selected
attribute but not dynamic ones. You can take a look at https://codepen.io/joseluisq/pen/VzRpGb which is using v1.4.2
.
You can solve it updating your dynamic selected option with the selected
attribute too.
Additionally here you have another workaround https://css-tricks.com/making-selects-printable/
I'm going to close this issue since it is not related to Printd.
Muchas gracias Jose Luis
Expected Behavior
A selected option of select html tag should be printed
Actual Behavior
By default, the printed version is showing the first option of select tag and not the selected option.
Steps to Reproduce the Problem
Workaround
...
Specifications
v1.4.1
v0.0.0
v10.15.3
Chrome Versión 83.0.4103.61
Web Version
Printed Version