Is it possible to have custom validation for date field (such as format) and make the form invalid in case of value not matching the format. I believe the schema form returns invalid when AJV supported keywords validation triggers but when custom validation is added, even when the custom validation returns true the form remains valid. Is there a way to handle this ?
Is it possible to have custom validation for date field (such as format) and make the form invalid in case of value not matching the format. I believe the schema form returns invalid when AJV supported keywords validation triggers but when custom validation is added, even when the custom validation returns true the form remains valid. Is there a way to handle this ?