Baseflow / Baseflow/XF-Material-Library
MaterialButton.IsEnabled="False" does not put button into a disabled state on android
Open
- Dominant language
- C#
- Stars
- 633
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug Report
When setting the IsEnabled property in XAML for a MaterialButton to false the button is still enabled.
### Expected behavior
The button should be disabled.
### Reproduction steps
```
```
### Configuration
Tested on Android 10.0
**Version:** 1.7.4
**Platform:**
- [ ] :iphone: iOS
- [x] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
Contributor guide
Assessment
This issue has not been assessed yet.