Releases: edwardfxiao/react-inputs-validation
Releases · edwardfxiao/react-inputs-validation
react-inputs-validation v3.2.0
- Provide
numberType
to the validation option. Validation number type, options are ['decimal', 'int']. Handy when the validation type is number.
react-inputs-validation v3.1.4
- Disable
check()
whenTab
is pressed onKeyUp in<Textbox/>
and<Textarea/>
react-inputs-validation v3.1.3
- Fix async problen with customFunc in and <Textarea/>
react-inputs-validation v3.1.2
- Fix async problen with
customFunc
in<Textbox/>
and<Textarea/>
react-inputs-validation v3.1.1
- Enable async control. i.e. a response from server says the input value is not available.
asyncMsgObj
react-inputs-validation v3.1.0
-
Give the message returns from
customFunc
higher priority thenmsgOnError
in<Textbox/>
and<Textarea/>
. -
Disable check when value is changing from keyup in
<Textbox/>
and<Textarea/>
to avoid the error message jumping while typing the words.
react-inputs-validation v3.0.1
- Rewrite with hooks.
react-inputs-validation v2.2.1
- Support 996icu license.
react-inputs-validation v2.2.0
- Remove default
tabIndex: -1
react-inputs-validation v2.1.8
- Clean up comments.