aboutsummaryrefslogtreecommitdiffstats
path: root/demos/selectmenu/product-selection.html
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-051-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 directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Selectmenu: Add new production selection demoFelix Nagel2014-05-051-0/+93
Closes gh-1230