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
Similar to #6807 but for <select multiple> / <select size=2>
<select multiple>
<select size=2>
There's no way without JS to specify that a listbox select should have the same height as its contents.
select
Anecdotal example of a requests for this (found by searching "auto-size select multiple"):
https://stackoverflow.com/questions/9943886/make-multiple-select-to-adjust-its-height-to-fit-options-without-scroll-bar
Do UI libraries typically have a "<select> as a listbox" widget? For those that do, can it auto-size?
<select>
cc @whatwg/forms @mfreed7
The text was updated successfully, but these errors were encountered:
This also sounds like the kind of thing I'd like to leave to CSS. cc @pxlcoder @whatwg/css
Sorry, something went wrong.
No branches or pull requests
Similar to #6807 but for
<select multiple>
/<select size=2>
There's no way without JS to specify that a listbox
select
should have the same height as its contents.Anecdotal example of a requests for this (found by searching "auto-size select multiple"):
https://stackoverflow.com/questions/9943886/make-multiple-select-to-adjust-its-height-to-fit-options-without-scroll-bar
Do UI libraries typically have a "
<select>
as a listbox" widget? For those that do, can it auto-size?cc @whatwg/forms @mfreed7
The text was updated successfully, but these errors were encountered: