quri / react-bootstrap-datetimepicker

[DEPRECATED] A react.js datetime picker for bootstrap
http://dev.quri.com/react-bootstrap-datetimepicker/
MIT License
365 stars 292 forks source link

onFocus, onBlur events not working #205

Closed fair-man closed 6 years ago

fair-man commented 7 years ago

When I focus in the input, the onFocus event does not fire.

import DateTimePicker from 'react-bootstrap-datetimepicker'

showPopoverHelper(e) { console.log('show') } hidePopoverHelper() { console.log('hide') }