mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-05 18:52:51 +01:00
Et2Select: Fix max 3 values were shown
This commit is contained in:
parent
31bbbdfe22
commit
687440cc9a
@ -1120,7 +1120,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
placement=${this.placement}
|
placement=${this.placement}
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
.getTag=${this._tagTemplate}
|
.getTag=${this._tagTemplate}
|
||||||
maxOptionsVisible=${0}
|
.maxOptionsVisible=${0}
|
||||||
value=${Array.isArray(value) ? value.join(" ") : value}
|
value=${Array.isArray(value) ? value.join(" ") : value}
|
||||||
@sl-change=${this.handleValueChange}
|
@sl-change=${this.handleValueChange}
|
||||||
@mouseenter=${this._handleMouseEnter}
|
@mouseenter=${this._handleMouseEnter}
|
||||||
|
Loading…
Reference in New Issue
Block a user