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?
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