1.0.20 • Published 6 years ago

@meteor-it/form v1.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.19

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.14

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

0.0.2

8 years ago