v7.3.0

PickerField
Abstract

Base class used for Combo, DateField, and TimeField. Displays a picker (List, DatePicker) anchored to the field.

This field's subclasses can be used as editors for the Column. Used by the Priority column in this demo:

When focused by means of touch tapping on the trigger element (eg, the down arrow on a Combo) on a tablet, the keyboard will not be shown by default to allow for interaction with the dropdown.

A second tap on the input area will then show the keyboard if required.

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • User can edit text in text field (otherwise only pick from attached picker)

  • Configure as true to have the picker expand upon focus enter.

  • The name of the element property to which the picker should size and align itself.

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isPickerField : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of PickerField class, or subclass thereof.

Functions

Functions are methods available for calling on the class

    Source path

    Core/widget/PickerField.js

    Contents