8.0.0.3 form input preMessage dissapears on validation

Hello,

is it intention that the premessage dissapears on validate?

In this example, just fill some value into the input and you should see the premessage dissapear after validation happened and input turns green.
https://snippet.dhtmlx.com/b73z95b5

Edit, by poking in the suite.js code, i just found out that setting successMessage and/or errorMessage helps me to workaround the issue.

Hi;

if validation is true successMessage is showing, and you can set this value with adding this to your configuration
successMessage:“Success”

and if valudation is false you can use errorMessage:“Error”

Thanks for the reply! Yeah it would be good if we had an “always” message too - like note in dhx5 :smiley: