greatCodeIdeas / md-date-range-picker

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

Calendar does not close after select option in custom template list #51

Open goldserg opened 6 years ago

goldserg commented 6 years ago

After selecting a custom template, the calendar does not close with the option auto-confirm="true"

vishnu-vv commented 6 years ago

@ipiz Still not fixed?

vishnu-vv commented 6 years ago

https://github.com/greatCodeIdeas/md-date-range-picker/pull/57 @ipiz

gp27 commented 5 years ago

It seems like the issue was solved on the desktop version, but not on mobile.

On mobile a <md-select></md-select> directive is used to choose the custom templates. However when the value changes, it doesn't close the calendar and it doesn't trigger the callback as well.