skratchdot / react-bootstrap-daterangepicker

A date/time picker for react (using bootstrap). This is a react wrapper around the bootstrap-daterangepicker project.
http://projects.skratchdot.com/react-bootstrap-daterangepicker/
Other
475 stars 204 forks source link

autoUpdateInput - Unknown props `autoUpdateInput`, `singleDatePicker`, `startDate` on <div> tag. Remove these props from the element. #190

Closed balajiram closed 4 years ago

balajiram commented 5 years ago

autoUpdateInput has been mentioned in the doc to automatically update the selected date. But when I have try to use it I have got the following error Unknown props autoUpdateInput, singleDatePicker, startDate on <div> tag. Remove these props from the element.

`class App extends Component { render() { return (

);

} }`

my package.json "dependencies": { "bootstrap": "^4.1.3", "moment": "^2.22.2", "react": "15.4.x", "react-bootstrap-daterangepicker": "3.1.0", "react-dom": "15.4.x", "react-scripts": "2.1.1" },

skratchdot commented 5 years ago

Sorry for the delay on this, and thanks for posting example code. I don't have time to look into this now, but perhaps later this week I can try to reproduce.

skratchdot commented 4 years ago

closing this due to inactivity. please re-open if this is still an issue in v6.0.0 or greater