I’m using the numeric field type on a column, and I’d now like to be able to set a min/max value.
for example, I may set min=10, max=100. If user enters number outside this range, it would show up in error condition.
Is this possible with the current numeric field type?