Hacker0x01 / react-datepicker

A simple and reusable datepicker component for React
https://reactdatepicker.com/
MIT License
8.07k stars 2.24k forks source link

Doesn't work with Bootstrap #3969

Open rwb196884 opened 1 year ago

rwb196884 commented 1 year ago

Form element width gets fucked up.

zfoltz commented 1 year ago

You need to add additional css to prevent Bootstrap from doing that

import 'react-datetime-picker/dist/DateTimePicker.css';
import 'react-calendar/dist/Calendar.css';
import 'react-clock/dist/Clock.css';
github-actions[bot] commented 4 months ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 10 days.