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

fix(top-app-bar): allow react elements in title #376

Merged
merged 4 commits into from
Nov 5, 2018

Conversation

moog16
Copy link

@moog16 moog16 commented Oct 25, 2018

fixes #253

@codecov-io
Copy link

codecov-io commented Oct 25, 2018

Codecov Report

Merging #376 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #376   +/-   ##
=======================================
  Coverage   96.92%   96.92%           
=======================================
  Files          51       51           
  Lines        1823     1823           
  Branches      211      211           
=======================================
  Hits         1767     1767           
  Misses         56       56
Impacted Files Coverage Δ
packages/top-app-bar/index.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff06164...7b389c0. Read the comment docs.

Copy link
Contributor

@bonniezhou bonniezhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Putting a node as label for Text Field messes up its positioning... I'm guessing this has to do with the MDC Web calculations around the width/position/size of the label. I'd suggest we keep this PR for Top App Bar and file a separate bug for allowing node prop in Text Field

@moog16
Copy link
Author

moog16 commented Oct 30, 2018

created #388

@moog16 moog16 added this to the 0.6.x milestone Oct 31, 2018
@moog16 moog16 merged commit f6da361 into master Nov 5, 2018
@moog16 moog16 deleted the fix/top-app-bar/allow-elements-title branch November 5, 2018 18:58
4cm4k1 added a commit to 4cm4k1/material-components-web-react that referenced this pull request Nov 6, 2018
…ial-components-web-react into fix/list/allow-alternate-tags

* 'master' of https://github.com/material-components/material-components-web-react:
  docs(menu-surface): open state & ref errors (material-components#412)
  fix(text-field): allow for input isValid override (material-components#374)
  feat(list): Add List Group and List Group Subheader (material-components#386)
  fix(top-app-bar): allow react elements in title (material-components#376)
  docs: update main component manifest on main Readme (material-components#394)
  docs: update roadmap (material-components#396)
  docs: Add web survey link in readmes (material-components#402)
  docs: update main README with CRA2 guidelines (material-components#393)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants