twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

Disable auto select day on swipe #120

Open jiboune opened 7 years ago

jiboune commented 7 years ago

Hi @twinssbc, thank you for your plugin, it works great!

However when I use the month view and I swipe to previous/next month, the same day is auto selected and I would like to disable this behavior. The selected date should be only selected on click. How to do it ? thank you

twinssbc commented 7 years ago

@jiboune I will expose an option to allow disabling this behavior.

jiboune commented 7 years ago

@twinssbc Ok great, any advices on where should I modify the code to perform this? I can't wait long otherwise I need to use another calendar plugin :/

twinssbc commented 7 years ago

@jiboune I will release a new version this weekend to include this option.

jiboune commented 7 years ago

Fantastic thanks!

twinssbc commented 7 years ago

@jiboune I have released version 0.3.7 which includes autoSelect option. You can set it to false.