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
Binding a command to DateChangedCommand does nothing. This is a completely unresponsive command
Expected behaviour
Command is triggered when the Date field has been changed
Reproduction steps
add a MaterialDateField to your project and bind a command to the DateChangedCommand. Instantiate your command in your ViewModel and place a breakpoint on your receiving command's method. It will not trigger
Configuration
Version: 1.7.7
Platform:
📱 iOS
🤖 Android
🏁 WPF
🌎 UWP
🍎 MacOS
📺 tvOS
🐒 Xamarin.Forms
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Binding a command to DateChangedCommand does nothing. This is a completely unresponsive command
Expected behaviour
Command is triggered when the Date field has been changed
Reproduction steps
add a MaterialDateField to your project and bind a command to the DateChangedCommand. Instantiate your command in your ViewModel and place a breakpoint on your receiving command's method. It will not trigger
Configuration
Version: 1.7.7
Platform:
The text was updated successfully, but these errors were encountered: