greatCodeIdeas / md-date-range-picker

Angular Material Date Range Picker Service/Directive
MIT License
62 stars 40 forks source link

Documentation missing #62

Open palfaro91 opened 5 years ago

palfaro91 commented 5 years ago

Hello,

Is there any documentation available?

roelbarreto commented 5 years ago

Demo and examples are here https://ipiz.herokuapp.com/md-date-range-picker-demo/index.html Still need to build detailed documentations

palfaro91 commented 5 years ago

How can I prevent auto closing when using custom templates? I have auto confirm set to false but it still closes the picker. It also doesn't trigger the change function. I have to open the picker back up and click the OK button to trigger a change.

palfaro91 commented 5 years ago

I ended up adding md-prevent-menu-close="md-prevent-menu-close" to the div with the click event