react-date-picker
react-date-picker copied to clipboard
Error when changing state in onConfirm or onSelect
It seems as though the component has difficulty changing the state of the parent component when a function containing a this.setState is passed into the respective callback function. In order to use the date in the application, I am having to extract it with a getElementsByClassName operation.
Is this something you have seen in the past?