react-bootstrap-datetimepicker icon indicating copy to clipboard operation
react-bootstrap-datetimepicker copied to clipboard

Uncaught TypeError Occur when click to choose datetime

Open thanglv2 opened this issue 9 years ago • 0 comments

Hi guys, have a Error occur when i click to choose datetime: "Uncaught TypeError: _this.refs.dtpbutton.getBoundingClientRect is not a function", and i don't know why because my code is so simple, pls help me fix this problem @@

`import DateTimeField from "react-bootstrap-datetimepicker"; var Test = React.createClass({render: function() { return ( <DateTimeField /> ); } });

export default Test; `

thanglv2 avatar May 24 '16 03:05 thanglv2