Closed clm-unifly closed 1 month ago
Hi, In my app, I am in need to have a guaranteed selected date. If I tap on the already selected date it is deselected. Is there a way to prevent this? Thanks,
Hi @clm-unifly There is "DayTappedCommand" which you can disable from the ViewModel after data is selected
[RelayCommand(CanExecute = Condition)] Task EventSelected(object item) { }
Hi, In my app, I am in need to have a guaranteed selected date. If I tap on the already selected date it is deselected. Is there a way to prevent this? Thanks,