nehakadam / AnyPicker

jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
https://nehakadam.github.io/AnyPicker/
MIT License
116 stars 37 forks source link

date between minValue & maxValue, but can't be selected #11

Open Aus0049 opened 8 years ago

Aus0049 commented 8 years ago

I downloaded the lastest version. This is a very feature-rich widget. I've been using it for a while. Now I have a scenarios: I set minValue: new Date(2016, 02, 06) & maxValue: new Date(2017, 01, 31) and sure, I can select the day before 2016-02-06 or after 2017-01-31, but when I want to select 2017-01-01, I'm in trouble. I try to use a variety of methods but still can't do it. I want to know how can I select 2017-01-31 ? Thank you for browsing.

nehakadam commented 8 years ago

Thank you for reporting issue @Aus0049. We will work on it and provide you with a solution within a week time.

nehakadam commented 8 years ago

Sorry, with existing implementation of AnyPicker, supporting these minValue and maxValue is not possible. We will try to include logic to support this in future versions. But cannot implement it right now.

Aus0049 commented 8 years ago

thank u very much. I will always support this widget. It is indeed very easy to use. 👍 : )

pthakur424 commented 2 years ago

hi have you resolve this bug ?