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
The button AND the date field need to share the exact same validation group value.
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.
Components in a validation group will not display the asterisk (*) that normally denotes a field's requiredness.
*
Refer this.
Thanks Stefan Helzle ,Yeah i did that yesterday i saw that after that i fixed. Thank you very much
Hi Konduru Chaitanya ,
Yeah i did that yesterday i saw that after that i fixed. Thank you very much
Hi Anna P ,Yeah i did that yesterday i saw that after that i fixed. Thank you very much