File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/dropdown/v1/dropdown Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4646 data-sly-attribute.multiple ="${dropdown.isMultiSelect ? 'multiple' : ''} "
4747 aria-readonly ="${dropdown.readOnly ? 'true' : ''} ">
4848 < div data-sly-test.isPlaceHolderSet ="${dropdown.placeHolder != null} " data-sly-unwrap > </ div >
49- < option data-sly-test ="${!isPlaceHolderSet} " disabled selected > </ option >
49+ < option data-sly-test ="${!isPlaceHolderSet} " style =" display: none; " > </ option >
5050 < option data-sly-test ="${isPlaceHolderSet} " value ="" disabled selected > ${dropdown.placeHolder}</ option >
5151 < div data-sly-list.enumName ="${dropdown.enumNames} " data-sly-unwrap >
5252 < div data-sly-test ="${enumName != null && dropdown.enums[enumNameList.index] != null} " data-sly-unwrap >
You can’t perform that action at this time.
0 commit comments