JSON Schema Form – min or max for date format
Is there a way to set the minimum date in the JSON Schema Form? With min it's not working, here is an example: { "title": "Date picker", "type": "object", "properties": { "native": { "title": "Title", "description": "description", "type": "object", "properties":…