Component that renders a date input, for users to introduce a date.
The date can be introduced manually, or selected using a date picker.
When used in the context of an entity form, this component is usually bound to a model attribute.
Attribute | Description |
---|---|
value | The value shown in the input. |
readOnly | Boolean to indicate if the rendered element is read only. |
Event | Description |
---|---|
OnChange | This event is triggered when the date input value is changed |