I want to make a text field read-only so that text field should be non editable , I am using Material-UI. I have tried it making disabled in .ts file of the component
this.firstFormGroup.controls['gauthan_nirmit'].disable();
but it does not post data back to server. The control should be read-only but it must send data back to server when submit is done