ojkey / master

Master Repository
0 stars 1 forks source link

Min and Max allowed Values #4

Open eliasmav opened 7 years ago

eliasmav commented 7 years ago

Hello Great Add-on. Is it possible to add min and maximum allowed values. !!! Thanks Any way.

ojkey commented 7 years ago

Hi, this kind of validation could be performed by adding validator to the field. https://vaadin.com/api/com/vaadin/data/Validatable.html#addValidator-com.vaadin.data.Validator-