jungsoft / materialui-daterange-picker

A react date range picker implementation using @material-ui.
MIT License
70 stars 79 forks source link

wrapperClassName prop fix #1

Closed droborg closed 4 years ago

droborg commented 4 years ago

wrapperClassName is in fact required, but in docs it was described as optional, fixed that. It was of object type, but that would not work as Wrapper component expects a className, replacing to string works.

pedro-lb commented 4 years ago

Thanks, @andrei-ivasiuc !

pedro-lb commented 4 years ago

New version published: https://www.npmjs.com/package/materialui-daterange-picker/v/1.1.9

droborg commented 4 years ago

Thanks @pedro-lb! Really like the lib