Hey,
Date formatting seems to be broken in React component after 1.5.0.
No fork necessary, see console for error: https://jsfiddle.net/nosir/gLLsrxxf/
The error occurs in DateFormatter.js#L9.
Called in the react component here, Cleave.react.js#L147
Introduced in the PR #473.
We've downgraded to 1.4.10, which works as expected.
Yes, we encountered the same thing.
Basically, DateFormatter signature changed(added minDate and maxDate), but not all the consumers(method callers) have been adapted.
@nosir Can we go ahead and merge #478 ?
Hello @nosir, is there a reason why this was not merged yet?
I too am getting the .split of undefined error. Please merge the fix if there is one.
Got

With
Options : {date: true, datePattern: ['Y', 'm', 'd']}
Any news on this? Can you release this? 鉂わ笍
Sorry guys, work stuff.
Thanks for the email @tcp
Released in 1.5.2 and npm published
Most helpful comment
@nosir Can we go ahead and merge #478 ?