You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And since fxHide doesn't actually remove the text from the DOM, it is still read as a part of textContent. To customize the trigger display value, #3341 will be merged soon.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Selected value should change according to md-option values.
Whether md-option is updated selected value should change
What is the current behavior?
Selected value doesn't change the value after fxHide is called and md-option values are changed
What are the steps to reproduce?
https://plnkr.co/edit/L5XWZW7ew4gym47nPHaZ?p=preview
What is the use-case or motivation for changing an existing behavior?
For responsive design, I need to hide some elements in mdoptions.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular": "^4.3.3",
"@angular/flex-layout": "2.0.0-beta.8",
"@angular/material": "^2.0.0-beta.8",
Is there anything else we should know?
For responsive design I hide an element (food.value) in md-option, however the selected value doesn't refresh the change in md-option
The text was updated successfully, but these errors were encountered: