HexagonJS
Select Changelog
0.15.0
Removed
This module was removed in this version.
hx.SelectextendsEventEmitter
Removed
Use hx.Picker(selector, options) instead.
0.14.1
hx.SelectextendsEventEmitter
Deprecated
This has been renamed to hx.Picker to avoid confusion with the selection api. Rename all uses of hx.Select to hx.Picker (the api is the same).
0.14.0
hx.SelectextendsEventEmitter
Deprecated
This has been renamed to hx.Picker to avoid confusion with the selection api. Rename all uses of hx.Select to hx.Picker (the api is the same).
hx.Select
Removed
Use hx.Picker(selector, options) instead.
0.13.0
hx.Select
itemsSelect
Removed
Added
Made the items parameter optional. If it is not passed in, the currently set items are returned.
hx.Select
itemsArray[Any] / Function
Added
Made the items parameter optional. If it is not passed in, the currently set items are returned.
hx.Select
rendererFunction
Added
Gets the current item renderer function.
hx.Select
highlight
Added
The event called when an item is set as the active item. This can only be done by the keyboard or when the user clicks on an item
hx.Select
dropdown.showstart
Added
Pipe the dropdown events through so they can be listened to directly.
hx.Select
dropdown.showend
Added
Pipe the dropdown events through so they can be listened to directly.
hx.Select
dropdown.hidestart
Added
Pipe the dropdown events through so they can be listened to directly.
hx.Select
dropdown.hideend
Added
Pipe the dropdown events through so they can be listened to directly.
hx.Select
dropdown.changeBoolean
Added
Pipe the dropdown events through so they can be listened to directly.
hx.Select
Deprecated
Use hx.Select(selector, options) instead.
0.12.10
hx.Select
Deprecated
Use hx.Select(selector, options) instead.
0.12.9
hx.Select
Deprecated
Use hx.Select(selector, options) instead.
0.12.8
hx.Select
Deprecated
Use hx.Select(selector, options) instead.
0.12.7
hx.SelectextendsEventEmitter
Updated
Updated the select to allow lazy loading of data and also use an options object in the constructor.
hx.Select
Deprecated
Use hx.Select(selector, options) instead.
hx.Select
Added
hx.Select
items
Added
Set the items for the select using a function that returns the data.
0.12.5
hx.Select
Removed
This constructor will still work, the ddClass parameter has been added and is optional.Added the optional 'ddClass' parameter to the constructor.
hx.Select
Added
Creates a select element.
0.10.0
hx.SelectextendsEventEmitter
Added