Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi Team,I have a component folder structure like below.
There is a drop down inside component and I want to get the dropdowns title as Test A as shown in the picture. I was able to get the component name as a place holder. But is this possible ?
Solved! Go to Solution.
Hi @JakeCham ,
For dropdown placeholders, you can use emptyText property in granite/ui/components/coral/foundation/form/select node.
https://www.adobe.io/experience-manager/reference-materials/6-4/granite-ui/api/jcr_root/libs/granite...
I don't think templates.html can be used for it since dropdown is a part of cq:dialog. If you need any dynamic placeholders for dropdown try using JS.
View solution in original post
Views
Likes
Replies
Like