tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Using callback refs instead of strings #382

Closed pablocubico closed 8 years ago

pablocubico commented 8 years ago

Changes string refs into callback refs.

Fixes: #374

codecov-io commented 8 years ago

Current coverage is 99.35% (diff: 100%)

Merging #382 into master will increase coverage by <.01%

Diff Coverage File Path
•••••••••• 100% src/Snackbar/index.js
•••••••••• 100% src/Dialog/Dialog.js
•••••••••• 100% src/Textfield.js

Powered by Codecov. Last update 4b8beac...bb8ebcb

tleunen commented 8 years ago

Looks good, thanks @pablocubico !