Independent Boundaries on Numeric Text Field

Oh, yeah I suppose that is true.

Of course, you could just use the max or min value for the type you’re using. I mean, thats what “no bounds” would mean anyways. For example, the max and min values for a 4-byte int are -2^31 and (2^31)-1.

But I’ll agree that it would be nice to be able to choose just a min or just a max.