TeamWertarbyte / material-ui-time-picker

A time picker for Material-UI.
https://mui.wertarbyte.com/#material-ui-time-picker
MIT License
127 stars 20 forks source link

Using none existing property of Dialog #9

Closed ReginaldasR closed 6 years ago

ReginaldasR commented 6 years ago

So I saw that TimeInput is using

onRequestClose

property of Material-UI Dialog

leMaik commented 6 years ago

Oh indeed, this was renamed to onClose a while ago. I'll fix this, thanks for reporting this! :+1:

Edit: Fixed, and I also added more tests (:100: % coverage now) so that invalid props will be detected easier in the future.