automatic enable search for more than 20 options on Birgits request

This commit is contained in:
ralf 2022-08-10 13:29:15 +02:00
parent a54c100470
commit 75a263a047

View File

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