react-component / calendar

React Calendar
http://react-component.github.io/calendar/
MIT License
1.7k stars 493 forks source link

Range calendar clear button doesn't work #611

Open pooyarm opened 5 years ago

pooyarm commented 5 years ago

On the following example: http://react-component.github.io/calendar/examples/antd-range-calendar.html

An error occurs:

Uncaught TypeError: _this2.props.onClear is not a function
    at onClear (DateInput.js:53)

I'm not sure if this error is related to example or actual behaviour.

CrazyWood007 commented 4 years ago

I find it doesn't have onClear prop in the file which names Date/DateInput.js

MarioGranadaLathink commented 2 years ago

Yet this is happening, any update?