aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/selectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.13.0-rc.11.13.0-rc.1Michał Gołębiowski-Owczarek2021-09-021-2/+2
|
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-4/+7
| | | | | Fixes #15393 Closes gh-1958
* All: Drop $.ui.escapeSelector in favor of $.escapeSelectorMichał Gołębiowski-Owczarek2021-05-141-2/+1
| | | | Fixes #14991 Closes gh-1957
* All: Resolve most jQuery Migrate warningsMichał Gołębiowski-Owczarek2020-05-161-1/+1
| | | Closes gh-1919
* Selectmenu: Don't render options with the `hidden` attributeScott González2016-11-161-0/+4
| | | | Fixes #15098
* Selectmenu: Disable maxLineLength for description metaAlexander Schmitz2016-04-131-0/+2
| | | | Ref gh-1690
* Selectmenu: Prepend icon and move overflow to text spanAlexander Schmitz2016-03-301-3/+2
| | | | | Fixes #14938 Closes gh-1685
* Selectmenu: Fixed selectmenu icon float rightAlexander Schmitz2016-02-241-7/+4
| | | | | | | Also removes the icon space as its not needed with a floated icon Fixes #14914 Closes gh-1671
* Selectmenu: Handle form resetsJörn Zaefferer2015-10-271-2/+5
| | | | | Fixes #12236 Ref gh-1550
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-3/+3
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Selectmenu: update to use button cssAlexander Schmitz2015-10-071-6/+7
| | | | This ensures consistency between different form elements
* Selectmenu: Remove redundant handling of disabled option on createJörn Zaefferer2015-09-251-18/+16
| | | | | Ref #9151 Ref gh-1599
* All: Delegate to base `_getCreateOptions()`.Scott González2015-09-171-1/+5
| | | | | | | Ensures that any extensions to the base widget will be handled properly by individual widgets. Closes gh-1598
* Selectmenu: Style updatesAlexander Schmitz2015-08-211-6/+6
| | | | | Ref #14246 Ref gh-1588
* Selectmenu: Move selectmenu into widgets folderAlexander Schmitz2015-08-081-0/+683
Ref #13885