Hi,
Sorry if this has been responded already, I did find some posts on the topic, but not explicit.
I'm not sure if I have this right - on a react app, I have this very simply scenario (see .oml) with a list and a detail form.
When saving a new item that has validation errors (a mandatory field in this case):

And then clicking on a previous inserted list item (or inserting a new text), is it standard that the form input validation doesn't refresh automatically?

I know I can set each of the form's input value for .valid and .message to clear these warnings - say - on the item change action. I'm just wondering if I'm missing some automation here.
Thanks!
Nuno