formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Type Alias AppointmentPickerLockState

    AppointmentPickerLockState: "enabled" | "disabled" | "read-only"

    Indicates whether an appointment picker is enabled or not enabled, and in what way.

    • enabled: The picker can be edited.
    • disabled: The picker cannot be edited, values are discarded.
    • read-only: The picker cannot be edited, values are sent when the form is submitted.