0% Complete

Form DatePicker

FormDatePicker component supports all props and events of DatePicker and also have some additional features like label, hint, required, cols, etc. to make it easy to use in a form.

#

Label

label prop is used to set the label of the FormDatePicker.

undefined
#

Required

required prop is used to set the required state of the FormDatePicker.

#

Disabled

disabled prop is used to set the disabled state of the FormDatePicker.

#

Hint/Validation Message

hint prop is used to set the hint of the FormDatePicker.

We'll never share your birthday date with anyone else.
date is validated!
date is not valid!
#

Layout

cols prop is used to set the layout of the FormDatePicker.