1.0.20 • Published 4 years ago

@meteor-it/form v1.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Form

Form validation library

Example

const Form=new Form({
    name:FormValidator.text('Title',[1,20]),
    items:FormValidator.multi('Items',[1,1000],{
        name:FormValidator.text('Name',[1,20]),
        count:FormValidator.select('Count',{
            [Counts.LT50]:'< 50',
            [Counts.GT50]:'> 50'
        },0)
    })
});
1.0.20

4 years ago

1.0.19

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.14

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

0.0.2

7 years ago