Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mat-select disabled reactivity bug #17531

Open
als9xd opened this issue Oct 28, 2019 · 0 comments
Open

Mat-select disabled reactivity bug #17531

als9xd opened this issue Oct 28, 2019 · 0 comments
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

Comments

@als9xd
Copy link

als9xd commented Oct 28, 2019

Reproduction

https://stackblitz.com/edit/angular-3wepre

Steps to reproduce:

  1. Click "Select form 0"
  2. Click "Delete form 0"
  3. Click "Select form 1"

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

  • Angular: 5.2.4
  • CDK/Material :5.2.4
  • Browser(s): Chrome
  • Operating System (e.g. Windows, macOS, Ubuntu): Windows
@mmalerba mmalerba added the needs triage This issue needs to be triaged by the team label May 20, 2020
@crisbeto crisbeto added 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 and removed needs triage This issue needs to be triaged by the team labels May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants