Skip to content

Commit 8bab1a5

Browse files
rismehtaci-build
authored andcommitted
Revert "FORMS-14013 - Fixing default value check in dropdown (#1199)"
This reverts commit 63e3561.
1 parent c2f2914 commit 8bab1a5

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

1 file changed

+1
-1
lines changed

ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/dropdown/v1/dropdown/dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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>

0 commit comments

Comments
 (0)