Mat-select disabled reactivity bug #17531
Labels
area: material/select
forms
This issue is related to Angular Forms integration
needs investigation
A member of the team needs to do further investigation to determine the root cause
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
https://stackblitz.com/edit/angular-3wepre
Steps to reproduce:
Expected Behavior
The "Object Type" field should not be disabled.
Actual Behavior
The UI for the "Object Type" field on form 1 is disabled even though the form's disabled property says otherwise. The weird thing is that the "First Name" field is not disabled which leads me to believe it is a bug with the mat-select specifically.
Environment
The text was updated successfully, but these errors were encountered: