Skip to content

Releases: edwardfxiao/react-inputs-validation

react-inputs-validation v3.2.0

19 Jun 07:34

Choose a tag to compare

  • 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

16 Jun 11:38

Choose a tag to compare

  • Disable check() when Tab is pressed onKeyUp in <Textbox/> and <Textarea/>

react-inputs-validation v3.1.3

13 Jun 05:23
1f2c957

Choose a tag to compare

  • Fix async problen with customFunc in and <Textarea/>

react-inputs-validation v3.1.2

13 Jun 03:07

Choose a tag to compare

  • Fix async problen with customFunc in <Textbox/> and <Textarea/>

react-inputs-validation v3.1.1

12 Jun 09:46

Choose a tag to compare

  • Enable async control. i.e. a response from server says the input value is not available. asyncMsgObj

react-inputs-validation v3.1.0

12 Jun 08:27
639e6be

Choose a tag to compare

  • Give the message returns from customFunc higher priority then msgOnError 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

10 Jun 09:17

Choose a tag to compare

  • Rewrite with hooks.

react-inputs-validation v2.2.1

10 Apr 01:42

Choose a tag to compare

  • Support 996icu license.

react-inputs-validation v2.2.0

07 Mar 10:52

Choose a tag to compare

  • Remove default tabIndex: -1

react-inputs-validation v2.1.8

13 Feb 14:57

Choose a tag to compare

  • Clean up comments.