mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
automatic enable search for more than 20 options on Birgits request
This commit is contained in:
parent
a54c100470
commit
75a263a047
@ -158,7 +158,7 @@ export const Et2widgetWithSelectMixin = <T extends Constructor<LitElement>>(supe
|
||||
|
||||
this.__select_options = cleanSelectOptions(new_options);
|
||||
|
||||
if (this.__select_options.length > 100)
|
||||
if (this.__select_options.length > 20)
|
||||
{
|
||||
this.search = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user