Validation of required fields are not triggered properly

I have broker data model with some required fields (“name”, “zipcode”), I enabled full validation in my broker form for navigation button

When I created new broker, without entering any data, the error message for required fields are not displayed.
I enter some values into required fields, out focusing of the fields, click save button and then go back clear those values, only this time after clearing the values and click on another fields, the error messages are displayed.

Versions I used:

“base-model-api”: “27.1.0”,
“client-core”: “14.4.0”,
“dataservices-access”: “36.3.6”,
“formengine-core”: “36.6.0”,
“kernel”: “28.5.0”,
“overviewengine-core”: “36.5.0”,
“uaa-authentication-client”: “7.4.1”
“widgets-core”: “36.5.0”,

There is no custom handling for saving broker in my client code

Expect: the validation of required fields are triggered whenever user click on save button.

Hi @hue-quiet-lake
You say,

I enabled full validation in my broker form for navigation button

and show this in the screenshot. Later, you say your expectation is,

the validation of required fields are triggered whenever user click on save button.

How is the save button modeled? Have you also selected “Full Validation” here?

Hi @malcolm-silver-ice ,
I was confused between 2 buttons, Long helped me to resolve the issue: by configure the proper “save” button in the broker screen to have full validation. Thank you.