You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask if you can use complex validator expressions for instance I would like to check if the value is numeric or is hyphen? If yes how a code example would look like?
Many thanks,
Tundus
The text was updated successfully, but these errors were encountered:
Or do your own custom validation function for numeric values ( validation: validate) and check everything in your validate function. You could use something like https://stackoverflow.com/a/9716488/12748655
Hi,
I would like to ask if you can use complex validator expressions for instance I would like to check if the value is numeric or is hyphen? If yes how a code example would look like?
Many thanks,
Tundus
The text was updated successfully, but these errors were encountered: