This repository was archived by the owner on Mar 26, 2019. It is now read-only.
Added
- WST-181 Added new returned values for inputs for the functions below
onChangewill return string value of input"abc123"onBlurwill return an object{ value:string , hasError:boolean }getRefwill return an object with the component element and two helper functions{ element:object , _reset:function, _error:function }