Hello
Im getting more frustrated with PU every day
New ideas new functionality new problems.
This one is simple i guess and will answered quickly
Im using UDTextbox command with number type as parameter that is number of months to add to current date.
New-UDTextbox -Id 'int' -Type number -Label "Months" -Value 12
And basically its working but the how heck limit range that user is able to change this textbox to positive values in range of 1-12 ??
I tried to use mask but it throws some errors… (maybe im not good at regex anyway)
does the trick but Mask removes those arrows to change numbers ?
Is it any easiest way to do this ?
It should be implemented out of the box for int type values…
Hello Adam
Thank for reply. Although the solutions that you have given, do the job in some way i think that classic textbox form with arrows to add or subtract values and defined max and minimum range is very common in various web pages and will be useful.
I will create GitHub issue for new enhancement if you don’t mind.