vaadin / proposal-for-vaadin-form

Small and fast framework-agnostic library for creating forms with Web Components
Apache License 2.0
9 stars 0 forks source link

Basic validators #12

Open vlukashov opened 5 years ago

vlukashov commented 5 years ago

The Vaadin Form library comes with a set of ready-to-use validator functions: min , max , required , notBlank , pattern , minLength , maxLength , numeric , etc