Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, please, could somebody help me to set a validator or input mask to read nummers less than 13 and separated by commas.
for example [13, 12, 4, 10]
I know how to do this for a number, but more: - (... is too much for me
Thanks in advance.
Hi,
Something's not clear: do you want your users to enter a list of number below 13 ? Or do you want to parse the user input and retrieve the values under 13 ?