Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Selectmenu: Support `width: false` and default to 14em
`width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467
- Loading branch information
Showing
with
21 additions
and 17 deletions.