Regular expression pattern doesn't work

Hello

Could you please tell me how to set the correct text attribute template that would control the input of numbers in the text field?

I tried everything, but the system constantly gives an error “follow the specified format”

What is your regular expression ?

/^\d+$/

Please try it without separators, for example:

[0-9]+

This would require one or more digits.

1 Like

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.