Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 1 | -3/+0 |
| | | | | | | | | | | `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 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Selectmenu: Add new production selection demo | Felix Nagel | 2014-05-05 | 1 | -0/+93 |
Closes gh-1230 |