Call requestUpdate() to pass on the new "multiple" value

This commit is contained in:
nathan 2022-03-04 09:19:17 -07:00
parent 4445b11a07
commit 2d3e3f86e1

View File

@ -94,7 +94,9 @@ export class Et2Taglist extends Et2widgetWithSelectMixin(LionCombobox)
set multiple (value)
{
let oldValue = this.multipleChoice;
this.multipleChoice = value;
this.requestUpdate("multipleChoice", oldValue);
}
get multiple ()