0.6.7 • Published 6 years ago

form-validation-constructor v0.6.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

form-validation-constructor

The simple library-constructor which validate form on the client side. Constructor is based on a "strategy" pattern and It can add your personal form check.

form-validation-constructor complemented browser's validation or replaced it with custom checks.

On the section how to add a custom check, you can see an example which add your own check to the list of checks.

See description

See description

See example

see code example

Install with npm

You can install library with npm

npm install --save form-validation-constructor

after installation you can connect it to your project The best place to the connect is your root file, which combine all scripts example:

// connect to main scripts file
import formValidationConstructor from 'form-validation-constructor';

formValidationConstructor();

License

MIT

0.6.7

6 years ago

0.6.6

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.9

7 years ago

0.4.5

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago