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