Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 725 forks source link

datepicker dropdown #200

Open nmocruz opened 5 years ago

nmocruz commented 5 years ago

the current date picker is really good, but on a web page make sense to see a dropdown calendar

djibe commented 5 years ago

Use HTML5 input type date (support depends on browser). Or use a plugin like Bootstrap datepicker. https://www.w3schools.com/html/tryit.asp?filename=tryhtml_input_date http://html5doctor.com/the-woes-of-date-input/

djibe commented 3 years ago

Hi @nmocruz , here is my fork with what you are looking for and mobile friendly: https://djibe.github.io/material/docs/4.6/plugins/picker-flatpickr/