greatCodeIdeas / md-date-range-picker

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

Auto Confirm using Service #39

Closed bsell93 closed 6 years ago

bsell93 commented 6 years ago

Is it possible that using auto confirm can be added to the service configuration?

$mdDateRangePicker.show({
    autoConfirm: true,
    targetEvent: $event,
    model: {}
})

I browsed through the source and it doesn't appear to be an option.

Thanks!

bsell93 commented 6 years ago

Incredible work! Thanks for doing that so quickly! Works well!