keyrunHORNET/composeNepaliDatePicker

Max Date Issue.

shresthaRam opened this issue · 2 comments

Thank for this great lib.

I have got a issue while using max date only. Here is sample code:
maxDate.value = NepaliDateUtils.getInstance()

Log: max NepaliDate(year=2079, month=4, day=30, dayOfWeek=2)

NepaliDatePicker(
showYearPickerFirst=false,
// minDate = minDate.value,
maxDate = maxDate.value,)

pic

Changing month and displaying month it's a issue while using max date.

thanks for raising issues and using the lib.

can you please write down the steps for me to replicate this? including what was your expectation vs output.

Sorry for late reply.

1671772194074

I had kept max date -- 2079-09-08 but in date picker it display 2079-08-08. In the top of date picker it display correct. Also there is next arrow for other month.
Also, datepicker shows in central align full page style as in image in android 13