I searched for a good datepicker
in React
using bootstrap
style. But everything I found wasn't working well or was not up to date...
I'm working with React 15.0.2
and Boostrap 3.3.6
Does anyone know a good datepicker
component?
If you are using react bootstrap, you can try type="date" , You can find more information at react-bootstrap
import Form from "react-bootstrap/Form";
....
<Form.Control type="date" name='date_of_birth' error={errors.date_of_birth} ref={register} />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With