This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Description
Such as the onChange event.
onBlur should be a callback that can take the object, isValid as params, such as the onChange event. If you want to manipulate the value in the onBlur event, you would want to see if the object is still valid after the event. Right now you have to do these checks manually