Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(chips): Fix readonly hiding and other issues. #7489

Conversation

topherfangio
Copy link
Contributor

The chips components was not properly setting the md-readonly class
when the readonly flag was true. Additionally, if there were no
chips available and the component was in readonly mode, the entire
component disappeared causing a page reflow.

Fixes #7136. References #7390.

The chips components was not properly setting the `md-readonly` class
when the `readonly` flag was true. Additionally, if there were no
chips available and the component was in readonly mode, the entire
component disappeared causing a page reflow.

Fixes angular#7136. References angular#7390.
@topherfangio topherfangio added needs: review This PR is waiting on review from the team P1: urgent Urgent issues that should be addressed in the next minor or patch release. labels Mar 9, 2016
@topherfangio topherfangio added this to the 1.1.1 milestone Mar 9, 2016
@topherfangio topherfangio deleted the fix-empty-chips-disappearing-7136 branch April 18, 2016 21:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants