mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-04 18:21:35 +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}
|
||||
tabindex="0"
|
||||
.getTag=${this._tagTemplate}
|
||||
maxOptionsVisible=${0}
|
||||
.maxOptionsVisible=${0}
|
||||
value=${Array.isArray(value) ? value.join(" ") : value}
|
||||
@sl-change=${this.handleValueChange}
|
||||
@mouseenter=${this._handleMouseEnter}
|
||||
|
Loading…
Reference in New Issue
Block a user