Events
Event | Description |
---|---|
onChange | (optional) Will be called when the component values changes. Passes a string representing the date, without the delimiter as parameters, E.g. 0826 |
onFocus | (optional) Will be called when the component gets into focus. Like clicking inside a text input or opening a dropdown. Called with active value as argument. |
onBlur | (optional) Will be called when the component stop being in focus. Like when going to next field, or closing a dropdown. Called with active value as argument. |