コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AEM 6.3 coral select to show an emtpy without value

Avatar

Level 8

Hi ,

We have classic and touch ui .In classic have select dropdown shows with any value when drop down and when clicking an the select it showing value

How to achieve the same in touch ui

1845716_pastedImage_0.png

In Touch UI:-

What is the parameter that i need to add to make it like classic. I added emtpyOption but is creating an emtpy space totally

<buttontype

                                                        jcr:primaryType="nt:unstructured"

                                                        sling:resourceType="granite/ui/components/foundation/form/select"

                                                        emptyOption="{Boolean}true"

                                                        fieldLabel="Select the type of button"

                                                        name="./selectbutton">

                                                        <items jcr:primaryType="nt:unstructured">

                                                            <cta

                                                                jcr:primaryType="nt:unstructured"

                                                                text="CTA"

                                                                value="cta"/>

                                                            <hyperlink

                                                                jcr:primaryType="nt:unstructured"

                                                                text="Hyperlink"

                                                                value="hyperlink"/>

                                                        </items>

                                                    </buttontype>

Thanks

1 受け入れられたソリューション

Avatar

正解者
Level 8

Solution:-

emptyText="select any option"

元の投稿で解決策を見る

1 返信

Avatar

正解者
Level 8

Solution:-

emptyText="select any option"