Form Control Properties - DateTime

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string

Custom class names.

controlClassName?: string
data?: any
description?: string
el?: HTMLElement

The element to render the component to.

errorMessage?: string
id?: string
isDisabled?: boolean
isPlainText?: boolean
isReadonly?: boolean
label?: string
loadingMessage?: string
name?: string
onControlRendered?: ((control) => void | PromiseLike<IFormControl>)

Type declaration

onControlRendering?: ((control) => void | PromiseLike<IFormControlProps>)

Type declaration

onGetValue?: ((control) => any)

Type declaration

onValidate?: ((control, value) => boolean | IFormControlValidationResult)

Type declaration

options?: any

The flatpickr options.

required?: boolean
showTime?: boolean

Flag to display the time.

title?: string
type?: number
validationType?: number
value?: string

The date/time value.

Generated using TypeDoc