react-bootstrap-datetimerangepicker
react-bootstrap-datetimerangepicker copied to clipboard
Add option to always show without clicking
I would like to be able to display the picker without having the user click. Something like
<DatetimeRangePicker visible={true} ... />
so that there is no connection to clicking on an element to display the picker.