super context does not exist within a callback
This commit is contained in:
@@ -101,7 +101,7 @@ export class UmbInputEntityElement extends FormControlMixin(UmbLitElement) {
|
||||
|
||||
this.observe(
|
||||
this.#pickerContext.selection,
|
||||
(selection) => (super.value = selection?.join(',') ?? ''),
|
||||
(selection) => (this.value = selection?.join(',') ?? ''),
|
||||
'observeSelection',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user