Is it possible to change error messages for JSON Schema Form?

Is it possible to change error messages for JSON Schema Form?

Hey @Kai1!

Happy to help here! According to this from the JSON-schema-form docs on customizing error messages, the only way to do this would be to define a transform function that receives the list of JSON Schema errors and returns a new list. I don't believe there is a way to do this with Retools native component (although you may be able to by using a custom component with this library). The JSON-schema-form is great for building dynamic forms quickly but if your form does not need to be generated dynamically, our native input components can be easier to work with and more customizable. Do you think this could work for your use case here?