This package has been deprecated

Author message:

Do not use

@meteor-it/form
TypeScript icon, indicating that this package has built-in type declarations

1.0.20 • Public • Published

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)
    })
});

Readme

Keywords

Package Sidebar

Install

npm i @meteor-it/form

Weekly Downloads

1

Version

1.0.20

License

MIT

Unpacked Size

81.3 kB

Total Files

7

Last publish

Collaborators

  • f6cf
  • lach