React Inputs Validation Versions Save

A react component for form inputs validation. Online demo examples

v4.9.0

2 years ago
  • Update readme

v4.8.7

2 years ago
  • Update peerDependencies and readme

v4.7.0

3 years ago
  • Add shouldRenderMsgAsHtml to components validationOption, in case you need to render html inside your messages as stated in issue #29

v4.6.2

3 years ago
  • Improvement for typescript.

v4.5.2

3 years ago
  • Bugfix for <Textbox> async customFunc when updating unmounted component problem.

v4.5.1

3 years ago
  • add label attribute to <Textbox />

v4.4.5

3 years ago
  • prevent 'disabled' being cached for <Checkbox> and <Radiobox>

v4.4.4

3 years ago
  • Enable show or hide <Select /> arrow. Add cursor: not-allowed to disabled elements.

4.4.2

4 years ago
  • prevent option.msgOnError being cached.