Baseflow / Baseflow/XF-Material-Library
MaterialDateField DateChangedCommand Not Triggering
- Dominant language
- C#
- Stars
- 633
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 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:**
- [ ] :iphone: iOS
- [x] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [x] :monkey: Xamarin.Forms
Contributor guide
Assessment
This issue has not been assessed yet.