Obtaining Integer Min & Max Values

Hi there,

I have an integer value input and it has a set range minimum and maximum. I would like to be able to put a label (text) next to the input box and display these values so that the user can see them and know upfront what the range of input values are. Is there any way of hooking into these min & max settings and displaying them?

Thank you!

Sure.

Each “min value” box and “max value” box can hold dynamic data.
You could set up data types with a number field and use them in there (in the “min value” box and “max value” box). Or if more convenient … use option sets with number attributes.
And then you can use the data type’s value and set the text element dynamically to show this value/s on top of the input element

1 Like

Hey dude, thank you for this. I have to get my head around Option Sets! Thanks so much.

1 Like

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