You can create a custom rule
for your input. Something like:
{{ textInput2.value.match(/^[0-9]+$/) == null ? "Only numbers pls" : ""}}
Would that work for you?
You can create a custom rule
for your input. Something like:
{{ textInput2.value.match(/^[0-9]+$/) == null ? "Only numbers pls" : ""}}
Would that work for you?