mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
readonly value set
This commit is contained in:
@@ -105,6 +105,11 @@ export class FormFieldModel extends FormWidgetModel {
|
|||||||
return this._readOnly;
|
return this._readOnly;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set readOnly(readOnly: boolean) {
|
||||||
|
return this._readOnly = readOnly;
|
||||||
|
this.updateForm();
|
||||||
|
}
|
||||||
|
|
||||||
get isValid(): boolean {
|
get isValid(): boolean {
|
||||||
return this._isValid;
|
return this._isValid;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user