Skip to content

Commit

Permalink
ELEMENTS-1683: Fix nuxeo-directory-radio-group missing mutlivalued co…
Browse files Browse the repository at this point in the history
…mplex sub-property value selected at doc creation
  • Loading branch information
swarnadipa-dev authored and poonamyadav252 committed Nov 23, 2023
1 parent 936f07c commit 82e0551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/widgets/nuxeo-directory-radio-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ import { DirectoryWidgetBehavior } from './nuxeo-directory-widget-behavior.js';
if (this.value && this.value.length > 0 && this.value !== this._selected) {
this._selected = this.value;
}
this._entries.forEach((entry) => this._isChecked(entry));
}

/* Override method from Polymer.IronValidatableBehavior. */
Expand Down

0 comments on commit 82e0551

Please sign in to comment.