Interface IIgrDateTimeInputProps

Hierarchy

Hierarchy

Properties

blur?: ((s, e) => void)

Type declaration

change?: ((s, e) => void)

Type declaration

children?: ReactNode
className?: string
disabled?: string | boolean

The disabled state of the component

displayFormat?: string

Format to display the value in when not editing. Defaults to the input format if not set.

focus?: ((s, e) => void)

Type declaration

id?: string
inputFormat?: string
inputOcurred?: ((s, e) => void)

Type declaration

invalid?: string | boolean

Control the validity of the control.

label?: string

The label for the control.

locale?: string

The locale settings used to display the value.

max?: Date

The maximum value required for the input to remain valid.

min?: Date

The minimum value required for the input to remain valid.

name?: string

The name attribute of the control.

outlined?: string | boolean

Whether the control will have outlined appearance.

placeholder?: string

The placeholder attribute of the control.

prompt?: string

The prompt symbol to use for unfilled parts of the mask.

readOnly?: string | boolean

Makes the control a readonly field.

required?: string | boolean

Makes the control a required field in a form context.

spinDelta?: IgrDatePartDeltas

Delta values used to increment or decrement each date part on step actions. All values default to 1.

spinLoop?: string | boolean

Sets whether to loop over the currently spun segment.

style?: CSSProperties
value?: Date

The value of the input.