Set range minimum input not working

Hi, I have a 300,000 minimum input set.

However, the input box it is accepting any number and I can execute the button action with an input number below the minimum. The range limit is not being applied.

Anybody knows what is happening here?

Hello!

Great question! One reason this input may be accepting values below the minimum is if the maximum is set to value below the minimum value, so the first thing to check will be what the expression in maximum is evaluating to in these instances and ensuring it’s greater than the minimum.

If this doesn’t help you resolve this behavior I would recommend submitting a bug report so that our investigative team can take a look.

Hope this helps!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.