Min and Max value validation

Hello Webix team,

How can I apply max and min value validation for text box?

https://snippet.webix.com/pqqltb50

Hello,

You need to wrap the text in the form. So it will help you to add the rules.
Check the information here.

Please check the sample: https://snippet.webix.com/ufue9lxr

Hello Nastja,

https://snippet.webix.com/uqqk310t

I want a validation such that one should not be able to add negative values in text box and one should not be able to enter value more that 10000.

I don’t validation on button click event.