You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the screen I can see the dates past the max date (set to the current day) gray out and I can't go to the next month, so that's ok.
But if I click on any day the listener get executed, is there a way to avoid this? For now I have a validation but I believe this should be handle by the component not the implementation, or maybe a configuration.
The text was updated successfully, but these errors were encountered:
Version
1.9.2
XML (basic, just a little styling)
Fragment
I'm using viewBinding, on
onCreateView
method of the fragment I just set the max date according to the documentation:After that I add the listener:
On the screen I can see the dates past the max date (set to the current day) gray out and I can't go to the next month, so that's ok.
But if I click on any day the listener get executed, is there a way to avoid this? For now I have a validation but I believe this should be handle by the component not the implementation, or maybe a configuration.
The text was updated successfully, but these errors were encountered: