We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
When setting 's visibility to hidden, the label and placeholder should be hidden.
Placeholder and label remains visible even if md-select is set to hidden.
https://plnkr.co/edit/TSvAYJ0grLr9gfR8rKxV?p=preview
1). Press "Toggle Select Visibility" 2). Notice that the placeholder is still visible and can be interacted with.
1). Select a value 2). Toggle visibility 3). Label still remains visible.
I use md-select in a form and hide it when making an API request. The labels remain in place and does not look good.
Angular: 4.0.2 Material: 2.0.0-beta.3 OS: Ubuntu 14.04 Browser: Chrome
The text was updated successfully, but these errors were encountered:
fix(select): unable to hide via visibility
54dc716
Fixes not being able to hide a `md-select` instance through `visibility: hidden`. Fixes angular#4247.
fix(select): unable to hide via visibility (#4264)
f16affc
Fixes not being able to hide a `md-select` instance through `visibility: hidden`. Fixes #4247.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
crisbeto
Successfully merging a pull request may close this issue.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
When setting 's visibility to hidden, the label and placeholder should be hidden.
What is the current behavior?
Placeholder and label remains visible even if md-select is set to hidden.
What are the steps to reproduce?
https://plnkr.co/edit/TSvAYJ0grLr9gfR8rKxV?p=preview
1). Press "Toggle Select Visibility"
2). Notice that the placeholder is still visible and can be interacted with.
1). Select a value
2). Toggle visibility
3). Label still remains visible.
What is the use-case or motivation for changing an existing behavior?
I use md-select in a form and hide it when making an API request. The labels remain in place and does not look good.
Which versions of Angular, Material, OS, browsers are affected?
Angular: 4.0.2
Material: 2.0.0-beta.3
OS: Ubuntu 14.04
Browser: Chrome
The text was updated successfully, but these errors were encountered: