Closed 9173860 closed 7 years ago
When using in a modal, we want to close modal when finished month select. But this action will also unmount calendar datepicker and componentWillReceiveProps() method will never be triggered. So that we can never have a month in selected style.
componentWillReceiveProps()
When using in a modal, we want to close modal when finished month select. But this action will also unmount calendar datepicker and
componentWillReceiveProps()
method will never be triggered. So that we can never have a month in selected style.