I have a scenario where I need to make a date field required. I have a sub-interface with a date field, and in the parent interface, there's a submit button where the validation parameter is set to true. I'm using a validationGroup named 'Submit' for the date field, with the required attribute enabled.
Discussion posts and replies are publicly visible
Looks like the Validation Group parameter is not been configured in the buttonWidget. Also the value that you provide in both the places are case sensitive. Must be of exact format.
Hi Konduru Chaitanya ,
Yeah i did that yesterday i saw that after that i fixed. Thank you very much