tleunen / react-mdl

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

add onBlur to Textfield propTypes #408

Closed gavmor closed 7 years ago

gavmor commented 7 years ago

Glad to update tests, docs if desired.

codecov-io commented 7 years ago

Current coverage is 99.35% (diff: 100%)

Merging #408 into master will not change coverage

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

Powered by Codecov. Last update 1be1492...fa6f445

tleunen commented 7 years ago

This is not really required because we're forwarding all unknown props to the input. Do you have any reasons to specifically set the proptype?

gavmor commented 7 years ago

I have no specific reason.