Et2Select: Fix max 3 values were shown

This commit is contained in:
nathan 2025-03-03 16:28:39 -07:00
parent 31bbbdfe22
commit 687440cc9a

View File

@ -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}