forked from extern/egroupware
SearchMixin: Use parent set select_otions, no need to duplicate
This commit is contained in:
parent
daa999d586
commit
fb40aedf89
@ -501,8 +501,7 @@ export const Et2WithSearchMixin = <T extends Constructor<LitElement>>(superclass
|
||||
|
||||
set select_options(options : SelectOption[])
|
||||
{
|
||||
this.__select_options = options;
|
||||
this.requestUpdate('select_options');
|
||||
super.select_options = options;
|
||||
}
|
||||
|
||||
get value()
|
||||
|
Loading…
Reference in New Issue
Block a user