


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 ?
Views
Replies
Sign in to like this content
Total Likes
Hi @JakeCham ,
For dropdown placeholders, you can use emptyText property in granite/ui/components/coral/foundation/form/select node.
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.
Hi @JakeCham ,
For dropdown placeholders, you can use emptyText property in granite/ui/components/coral/foundation/form/select node.
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.