Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFormControlPropsDateTime

Form Control Properties - DateTime

Hierarchy

Index

Properties

Optional assignTo

assignTo: (obj: IFormControl) => void

Assigns the object to the input parameter.

Type declaration

Optional className

className: string

Custom class names.

Optional controlClassName

controlClassName: string

Optional data

data: any

Optional description

description: string

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional errorMessage

errorMessage: string

Optional isPlainText

isPlainText: boolean

Optional isReadonly

isReadonly: boolean

Optional label

label: string

Optional loadingMessage

loadingMessage: string

Optional name

name: string

Optional onControlRendered

onControlRendered: (control: IFormControl) => void | PromiseLike<IFormControl>

Type declaration

Optional onControlRendering

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

Type declaration

Optional onGetValue

onGetValue: (control: IFormControlProps) => any

Type declaration

Optional onValidate

Type declaration

Optional options

options: any

The flatpickr options.

Optional required

required: boolean

Optional showTime

showTime: boolean

Flag to display the time.

Optional title

title: string

Optional type

type: number

Optional value

value: string

The date/time value.

Generated using TypeDoc