mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
Et2Select: Fix weird UI issue after clearing single value
Search was shown as well as empty label
This commit is contained in:
parent
a9f1b693ad
commit
f58c10a7e9
@ -899,9 +899,6 @@ export const Et2WithSearchMixin = dedupeMixin(<T extends Constructor<LitElement>
|
|||||||
if(!this.multiple && this.searchEnabled)
|
if(!this.multiple && this.searchEnabled)
|
||||||
{
|
{
|
||||||
this._handleSearchAbort(e);
|
this._handleSearchAbort(e);
|
||||||
|
|
||||||
// Start searching again
|
|
||||||
this._handleMenuShow();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user