Update input-tiny-mce.element.ts
Use super for the getter as well, just to ensure right separation of concerns.
This commit is contained in:
@@ -53,7 +53,7 @@ export class UmbInputTinyMceElement extends FormControlMixin(UmbLitElement) {
|
||||
}
|
||||
|
||||
get value(): FormDataEntryValue | FormData {
|
||||
return this._value;
|
||||
return super.value;
|
||||
}
|
||||
|
||||
@query('#editor', true)
|
||||
|
||||
Reference in New Issue
Block a user