Fix compilation error (#1993)

This commit is contained in:
Maurizio Vitale 2017-06-20 18:52:09 +01:00 committed by Eugenio Romano
parent 4e09723481
commit 2a629f2071

View File

@ -108,6 +108,7 @@ export class FormFieldModel extends FormWidgetModel {
set readOnly(readOnly: boolean) {
this._readOnly = readOnly;
this.updateForm();
this._readOnly = readOnly;
}
get isValid(): boolean {