When Input is disabled screen reader doesn't read the input.
<input type="text" pInputText [(ngModel)]="state" [disabled]="true"" [attr.tabindex]="0" />
I don't know why stabindex=0 doesn't work if input is disabled, because if I the input is not disabled , it works. Anyone can help me to resolve this?