Alternative Text is required field in Image (v3) Core Component. I extend image component in my project and update q:dialog with required={Boolean}false. Still I got error message although asterisk is not showing in this case.
Any Suggestion, how I can make the "Alternative Text" optional?
Solved! Go to Solution.
Views
Replies
Total Likes
You need to override granite:class property as well to make alt field as non mandatory.
Views
Replies
Total Likes
You need to override granite:class property as well to make alt field as non mandatory.
Views
Replies
Total Likes
Thanks @Nishant-Singh. It is working as expected.
Views
Replies
Total Likes