revert
This commit is contained in:
@@ -125,11 +125,11 @@ export function UmbFormControlMixin<
|
||||
*/
|
||||
@property({ reflect: false }) // Do not 'reflect' as the attribute value is used as fallback. [NL]
|
||||
get value(): ValueType | DefaultValueType {
|
||||
// For some reason we need to keep this as setters and getters for inherited classes for work properly when they override these methods. [NL]
|
||||
return this.#value;
|
||||
}
|
||||
set value(newValue: ValueType | DefaultValueType) {
|
||||
this.#value = newValue;
|
||||
this._runValidators();
|
||||
}
|
||||
|
||||
// Validation
|
||||
|
||||
Reference in New Issue
Block a user