I know for some components there 'validation rules' sections that have input fields for adding in 'custom rules'.
For example, I have a file dropzone component that has JS validation logic to check of the file type is a png, and if so, it will return the string I specified as an error message.
However, not all components have this input field. If you could let me know which events/components have an error message that you want to customize, I can definitely make a feature request to add further customization to them!
Hello @Jack_T , thanks for answering me!
So, I would like to customize the notification itself when a query fails, but I could only change the background using the css and the placeholder where it's been shown.