Class DateField
Hierarchy
- MultiInputSubstition
- DateField
Index
Constructors
Properties
Methods
__closed Datepicker
_arrow Horizontal
_construct Date Part
_construct Part
_finalize
_get Current AsISODate
_get Field Text Length
_get Next Field
_get Sub Inputs
_handle Backspace
_handle Pasted Value
_on Blur
_on Date Picker Click
_on Focus
_on Input
_on Key Press
_on Observe
_on Original Change
_on Reset
_refresh Attributes
_refresh Replacing Fields
_set Date By Parts
_set Replaced Value
_spin Node
_split_ doupdate
_try Spin
close Picker
get Language Code
Properties
Protected
_replacednode
_replacednode: HTMLInputElement
options
options: DateFieldOptions
Protected
placeholders
placeholders: Record<string, string> = {}
Methods
__closed Datepicker
Returns void
_arrow Horizontal
Parameters
- evt: any
- dir: any
Returns void
_construct Date Part
Parameters
- which: any
Returns any
_construct Part
Parameters
- partname: any
- options: any
Returns HTMLInputElement
_finalize
Returns void
_get Current AsISODate
Returns string
_get Field Text Length
Parameters
- field: any
Returns 2 | 4
_get Next Field
Parameters
- field: any
Returns any
_get Sub Inputs
Returns any[]
_handle Backspace
Parameters
- evt: any
Returns boolean
_handle Pasted Value
Parameters
- inval: any
Returns boolean
_on Blur
Parameters
- field: any
Returns void
_on Date Picker Click
Parameters
- evt: any
Returns void
_on Focus
Parameters
- field: any
Returns void
_on Input
Parameters
- field: null | HTMLInputElement
Returns undefined | true
_on Key Press
Parameters
- evt: any
- key: any
Returns undefined | boolean
_on Observe
Returns void
_on Original Change
Returns void
_on Reset
Parameters
- evt: any
Returns void
_refresh Attributes
Returns void
_refresh Replacing Fields
Returns void
_set Date By Parts
Parameters
- parts: any
Returns void
_set Replaced Value
Parameters
- setvalue: any
Returns void
_spin Node
Parameters
- node: any
- nodeidx: any
- change: any
Returns undefined | true
_split_ doupdate
Returns void
_try Spin
Parameters
- evt: any
- change: any
Returns undefined | true
close Picker
Returns void
Protected
get Language Code
Returns any
Deprecated
You should ensure the inputnode is a HTMLInputElement