Base solution for your next web application
Open Closed

Float value validator #11554


User avatar
0
zdeen created

Hi, I need to enter float value instead of integer in the below line:

inputType: new SingleLineStringInputType(new NumericValueValidator(0, int.MaxValue))

What should I give instead of "NumericValueValidator" here? I couldnot find anything similar to FloatValueValidator. Thank you


1 Answer(s)