DateInputHandle
Interface
Represent the ref of the DateInput component.
Definition
Package:@progress/kendo-react-dateinputs
Properties
element
null | HTMLInputElement
Get the root input DOM element.
name
undefined | string
Get the name property.
Get the resolved configuration options.
props
Readonly<DateInputProps<any>>
Get the props object of the component.
text
string
Get the formatted text value.
Get the current validity state.
value
null | Date
Get the current value.