The picker's relative input element wrapped as a jQuery object.
The picker's relative root holder element wrapped as a jQuery object.
Clear the value in the picker's input element.
Short for picker.get('value')
string
Get the properties, objects, and states that make up the current state of the picker.
any
Returns the string value of the picker's input element.
string
Returns the item object that is visually selected.
Returns the item object that is visually highlighted.
Returns the item object that sets the current view.
Returns the item object that limits the picker's lower range.
Returns the item object that limits the picker's upper range.
Returns a boolean value of whether the picker is open or not.
boolean
Returns a boolean value of whether the picker has started or not.
boolean
Returns a unique 9-digit integer that is the ID of the picker.
number
Returns an array of items that determine which item objects to disable on the picker.
Array<any>
Returns a formatted string for the item object specified by thing
string
Bind callbacks to get fired off when the relative picker method is called.
Bind multiple callbacks at once to get fired off when the relative picker method is called.
Refresh the picker box after adding something to the holder. By default, only the "face" of the picker (i.e. the box element) has it’s contents re-rendered. To render the entire picker from the root up, pass true as the first argument.
Set the properties, objects, and states to change the state of the picker.
Rebuild the picker.
Destroy the picker.
Trigger callbacks that have been queued up using the the on method.