"Minimum" and "Maximum" Number Input - Request to Make Bindable

Technically this might count as a feature request, but it’s small and I think the picture will help me explain it.

I’d like to bind the “Minimum” and “Maximum” parameters for a number input to variables, so that they are dynamic. Is that a possible upgrade for the road map?

Request - make min and max parameters dynamic

1 Like

I like it! Added it to our user research :slight_smile:

Thanks @kyanaloe!

This is possible right now using html attributes. Add an html attribute called min and max, and then bind the value there.

3 Likes

Awesome! Thanks @kevinwasie

1 Like

Hi all,
min and max attributes are now directly bindable in production :slight_smile:

3 Likes