DateScrollPicker
DateScrollPicker copied to clipboard
support min and max
Thanks for this great library
Is there any plan to support minimum and maximum dates as in the default date picker?. To prevent user from selecteding date in the past for example .
any solution for this?
Thanks for this great library
Is there any plan to support minimum and maximum dates as in the default date picker?. To prevent user from selecteding date in the past for example .
Did you found any solution
@talat-baig I have to fork the library and add it by myself here is the commits I did to add support for min & max https://github.com/musa-almatri/DateScrollPicker/commit/77a7a1ee1e794c9e0f6b757de16cbcd79a0a9e95 https://github.com/musa-almatri/DateScrollPicker/commit/207b1f70ff37366b5798ab940e423401facdbf2c
@talat-baig I have to fork the library and add it by myself here is the commits I did to add support for min & max musa-almatri@77a7a1e musa-almatri@207b1f7
Thanks for the response, can you merge your commits to master/main?