As others already explained, the [disabled] directive you are using is not the optimal use for reactive forms. You can disable a control on creating with the disabled parameter or by using disable() and enable() methods.
You can find an interesting approach by Netanel Basal here: https://netbasal.com/disabling-form-controls-when-working-with-reactive-forms-in-angular-549dd7b42110