Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Dear all,
I have 4 static values in my dropdown, like below
Here my requirement is that I want to make first field should be always HomePage Section and it should be disabled always.
How can I do this ?
@subnaik You just simply need to set "disabled" property as true on the option that you want to disable. This property is of Boolean type.
Here is the documentation.
https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/...
Hi All and @salamswapnil ,
I am following the same documentation only .
But my requirement is that Homepage Section always be in the first option and always be disabled like below
and also in some post I got below also highlighted in yellow.
But id I will use disabled (boolean ) = true then my all dropdown field is coming as disabled. That i do not want.
Hello @subnaik ,
If I understand your requirement correctly, you want to make the Homepage option selected and disable it at a time. And if the author wants he can choose other options too. If so, you can use the selected and disabled options at a time.
<home-page jcr:primaryType="nt:unstructured" text="Home Page Selection" selected="true" disabled="true" value="home-page"/>
Views
Likes
Replies
Like