HexagonJS
Picker Changelog
2.7.1
hx.PickerextendsEventEmitter
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
hx.pickerSelection
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
2.7.0
hx.PickerextendsEventEmitter
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
hx.pickerSelection
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
2.5.3
hx.PickerextendsEventEmitter
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
hx.pickerSelection
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
2.5.2
hx.PickerextendsEventEmitter
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
hx.pickerSelection
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
2.5.1
hx.PickerextendsEventEmitter
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
hx.pickerSelection
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
2.5.0
hx.PickerextendsEventEmitter
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
hx.pickerSelection
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
2.4.0
hx.PickerextendsEventEmitter
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
hx.pickerSelection
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
2.3.1
hx.PickerextendsEventEmitter
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
hx.pickerSelection
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
2.3.0
hx.PickerextendsEventEmitter
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
hx.pickerSelection
Deprecated
Deprecated in favour of the new SingleSelect component that merges Picker and AutocompletePicker functionality.
1.8.0
hx.PickeroptionsObject
options
fullWidthBoolean
Added
#275
Added a full width option for pickers
1.4.0
hx.PickeroptionsObject
options
noValueTextString
Updated
#211
1.0.0
Updated
The button type of pickers is now 'button'
Bugfix
Fixed an issue with the picker not rendering values correcly
hx.PickeroptionsObject
options
ddClassString
Removed
Use dropdownOptions.ddClass instead.
hx.PickeroptionsObject
options
startValueString
Removed
Use value instead.
hx.PickeroptionsObject
options
valueString
Added
The value to use when initialising the select.
hx.pickerSelection
Added
Fluid api version of Picker
0.15.3
hx.PickeroptionsObject
options
ddClassString
Deprecated
Use dropdownOptions.ddClass instead.
0.15.2
hx.PickeroptionsObject
options
disabledBoolean
Added
Added the ability to disable a picker in the options
hx.Picker
itemsPicker
Bugfix
Fixed a bug where the items setter was not updating the value when a new list of items was passed in.
hx.Picker
valuePicker
Bugfix
Made it possible to clear the value of a picker by passing in undefined
hx.Picker
disabledPicker
Added
Added the ability to disable/enable a picker
hx.Picker
disabledBoolean
Added
Added the ability to get the disabled state of a picker
hx.PickeroptionsObject
options
ddClassString
Deprecated
Use dropdownOptions.ddClass instead.
0.15.1
hx.PickeroptionsObject
options
ddClassString
Deprecated
Use dropdownOptions.ddClass instead.
0.15.0
hx.PickeroptionsObject
options
ddClassString
Deprecated
Use dropdownOptions.ddClass instead.
hx.PickeroptionsObject
options
dropdownOptions
Added
Added a dropdownOptions object to the picker options to allow the setting of all the dropdown options.
hx.Picker
change
Updated
Now emits an object instead of a value.
hx.Picker
change
causeString
Added
Can be 'user' or 'api', depending on what caused the change. 'api' means an call to the javascript api caused the change, 'user' means that the change was caused by inputting
hx.Picker
change
valueAny
Added
The item that was selected.
0.14.0
hx.PickerextendsEventEmitter
Added
hx.Picker
dropdown.showstart
Added
Pipe the dropdown events through so they can be listened to directly.
hx.Picker
dropdown.showend
Added
Pipe the dropdown events through so they can be listened to directly.
hx.Picker
dropdown.hidestart
Added
Pipe the dropdown events through so they can be listened to directly.
hx.Picker
dropdown.hideend
Added
Pipe the dropdown events through so they can be listened to directly.
hx.Picker
dropdown.changeBoolean
Added
Pipe the dropdown events through so they can be listened to directly.