You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/dropdown/v1/dropdown/clientlibs/site/js/dropdownview.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,10 +117,10 @@
117
117
}
118
118
letisMultiSelect=this._model.isArrayType();
119
119
[...this.widget].forEach((option)=>{
120
+
// clear of any selection, and re-add selection (otherwise HTML shows stale state if it already existed)
0 commit comments