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
When removing any selected option, an empty option element is added at the end of the option list.
option
For a required select element to be detected by document.foms.myForm.checkValidity() the empty option should be at the top of options.
required
select
document.foms.myForm.checkValidity()
allowEmptyOption value do not have any impact on this behavior.
allowEmptyOption
Empty option element should be added at top of the options, not at the end.
Chrome Version 131.0.6778.204 (Official Build) (64-bit) Firefox 128.5.0esr (64-bit) Debian 11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
When removing any selected option, an empty
option
element is added at the end of the option list.For a
required
select
element to be detected bydocument.foms.myForm.checkValidity()
the emptyoption
should be at the top of options.allowEmptyOption
value do not have any impact on this behavior.Expected behavior
Empty option element should be added at top of the options, not at the end.
Steps to reproduce
Additional context
Chrome Version 131.0.6778.204 (Official Build) (64-bit)
Firefox 128.5.0esr (64-bit)
Debian 11
The text was updated successfully, but these errors were encountered: