Class TimeField
Hierarchy
- MultiInputSubstition
- TimeField
Index
Constructors
Properties
Methods
_arrow Horizontal
_construct Part
_construct Time Part
_finalize
_get Field Text Length
_get Next Field
_get Sub Inputs
_handle Backspace
_handle Pasted Value
_on Blur
_on Focus
_on Input
_on Key Press
_on Observe
_on Original Change
_on Reset
_refresh Attributes
_refresh Replacing Fields
_set Replaced Value
_spin Node
_split_ doupdate
_try Spin
get Language Code
Properties
Protected
_replacednode
_replacednode: HTMLInputElement
options
options: MultiInputSubstitionOptions
Protected
placeholders
placeholders: Record<string, string> = {}
Methods
_arrow Horizontal
Parameters
- evt: any
- dir: any
Returns void
_construct Part
Parameters
- partname: any
- options: any
Returns HTMLInputElement
_construct Time Part
Parameters
- partname: any
Returns any
_finalize
Returns void
_get Field Text Length
Parameters
- field: any
Returns 2 | 3
_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 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 Replaced Value
Parameters
- setvalue: any
Returns void
_spin Node
Parameters
- node: any
- nodeidx: any
- change: any
Returns boolean
_split_ doupdate
Returns void
_try Spin
Parameters
- evt: any
- change: any
Returns undefined | true
Protected
get Language Code
Returns any
Deprecated
You should ensure the inputnode is a HTMLInputElement