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)
-
0
Hi @zdeen
Currently, there is only
NumericValueValidator
. Could you create an issue on https://github.com/aspnetboilerplate/aspnetboilerplate/issues, we can implement float for the next version.