Hi All
I have used an upload widget and has associated it with label. I want to have asterisk sign after the label indicating it is mandatory. But when I am making upload widget as mandatory, asterisk is not visible. I have used the same in a drop down and it is working correctly.
Hi Shubham,
You can provide only "mandatory" class on label for upload widget if you set as Mandatory.
this is not a bug because upload widget made by combination of label,input and span tags.
Hope this will help you.
Regards
Rahul Sahu
I think this is a bug for the Upload widget and label association. You need to add a hardcoded red colored '*' to right of its Label and I hope the mandatory validation will perform automatically as you have set Mandatory to True.
Thanks :)
Thanks all