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[])
|
set select_options(options : SelectOption[])
|
||||||
{
|
{
|
||||||
this.__select_options = options;
|
super.select_options = options;
|
||||||
this.requestUpdate('select_options');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get value()
|
get value()
|
||||||
|
Loading…
Reference in New Issue
Block a user