I need to input an integer value into a filter on a sliding panel. I was using a textbox until I realized that would only handle strings. I switched to numberbox, but I don’t know how to limit it to accepting and displaying only integer values. How do I do that?
Number box Properties > Format
Set the Max Fraction Digits to 0
3 Likes