XF-Material-Library
XF-Material-Library copied to clipboard
MaterialChip didnt work
🐛 Bug Report
When i using MaterialChip in a ContenPage the xaml wont work under Android or iOS. Other Controls are working.
Expected behavior
Chip is showing
Reproduction steps
Create a ContenPage with a Grid and put a ScrollView inside.
<ScrollView Grid.Row="0" Orientation="Horizontal">
<StackLayout>
<ui:MaterialChip Text="Test"/>
</StackLayout>
</ScrollView>
Configuration
Xamarin.Forms 4.8.0
Version: 1.7.5
Platform:
- [x] :iphone: iOS
- [x] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
Seems to be working fine on Xamarin Android and xf Material 1.7.4. Try rolling back