Set only_app to override value

This commit is contained in:
nathan 2022-06-01 09:42:50 -06:00
parent 7cb13015ae
commit dbcf9e75eb

View File

@ -160,6 +160,16 @@ export class Et2LinkAppSelect extends SlotMixin(Et2Select)
return this.__application_list;
}
get value()
{
return this.__only_app ? this.__only_app : super.value;
}
set value(new_value)
{
super.value = new_value;
}
private _handleChange(e)
{
// Set icon