This repository was archived by the owner on Mar 26, 2019. It is now read-only.
Releases: LootApp/loot-web-kit
Releases · LootApp/loot-web-kit
v0.2.0
Added
- WST-181 Added new returned values for inputs for the functions below
onChange
will return string value of input"abc123"
onBlur
will return an object{ value:string , hasError:boolean }
getRef
will return an object with the component element and two helper functions{ element:object , _reset:function, _error:function }