I have added some fields to the user interface (UI) and marked those fields as required. The UI that includes these fields has been merged with another UI. This combined UI is then linked to another UI that contains a "save" button. In the "save" button, I have set the validation parameter to true. However, after clicking the save button, the validation for the required fields is not being displayed.
Discussion posts and replies are publicly visible
Can you maybe share some code or a screenshot?
Just guessing what might help:
- Are all the required fields shown (showWhen=true) when the save button is clicked?
- Is the validate parameter in your save button set to true?