mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Call requestUpdate() to pass on the new "multiple" value
This commit is contained in:
parent
4445b11a07
commit
2d3e3f86e1
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user