Validate Decimal number

Hi.

Hope: i want to validate a number with max decimal number is 4 and decimal number plus integer is 6.
Some example:

123456.123456 → false
12.1234 → true
123.123 → true
123.1234 → false
1234.123 → false

Hello @duynq2197 ,
As a solution, you can use a custom validation function with regular expression for number and decimal points.
As for example, it will be something like this:
https://snippet.webix.com/12yxcc7f

can i pass variable to customValidate function ?

and how to change the “.” symbol to “,” when i change language ?

webix.i18n.decimalDelimiter