Custom Number Input with limited range - Max and Min float value

I am going to make a number input with limited range.
So what I want is to set max and min value for the number input component.
The values could be integer or float value.
For example, I can set a number in the input as a maximum value of 100.
And the numbers in the input will be float value like 14.23 or 99.xx.
Do you have any solution for this?
Hope to hear from you soon.

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