@gridal/f-gridalyform
v3.16.65
Published
> Validation component capable of validating forms in defined languages based on given schemas. > It can create conditional fields, parse values to specific types/arrays/objects or watch for changes. > Used CLI-tool: https://github.com/weiran-zsd/dts-cli
Downloads
749
Readme
Multilingual form validation component
Validation component capable of validating forms in defined languages based on given schemas. It can create conditional fields, parse values to specific types/arrays/objects or watch for changes. Used CLI-tool: https://github.com/weiran-zsd/dts-cli
How to test
First, run this command inside /src folder
npm start # or yarn
Then, go to /example folder and run
npm install # or yarn
npm start # or yarn
Version scheme
[Major change, New elements/structure change, Fixes] Example: 3.9.11 (3 - major change that added some big functionality, 9 - some minor changes or an new element, 11 - fixes)