You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore warnings from htmlvalidator about empty option.
WARNING:html5validator.validator:"file:src/main/webapp/WEB-INF/views/series/info.html":428.16-428.35:
error: The first child "option" element of a "select" element with a "required" attribute, and
without a "multiple" attribute, and without a "size" attribute whose value is greater than "1", must
have either an empty "value" attribute, or must have no text content. Consider either adding a
placeholder option label, or adding a "size" attribute with a value equal to the number of "option"
elements.
When I'm adding empty option then there is no way to set a default value. In Safari and Firefox
"selected" attribute doesn't work.
Should be in fe9f30d commit.
No functional changes.
0 commit comments