domino icon indicating copy to clipboard operation
domino copied to clipboard

[Frontend] - Allow max / min values for number forms.

Open vinicvaz opened this issue 7 months ago • 0 comments

In pydantic we can define range of values for numeric fields. You can define this either using custom types like PositiveInteger or using Field api. Both approaches generate json schemas with maximum and minimum keys. We should validate numeric values in the forms based on the json schema definition

vinicvaz avatar Jul 03 '24 19:07 vinicvaz