v1.4.0
·
41 commits
to develop
since this release
Library enhancements
- #44 allow to attach an
onResethandler onFormcomponent; - #46 allow to attach extra control handlers to controlled fields (
onChange,onBlur,onReset); - #49 handle Date object and number (timestamp) "initialValue" for "date" and "datetime-local" type fields;
- #51 handle Date object and number (timestamp) on "setFieldValue" function.