Baseflow / XF-Material-Library

A Xamarin Forms library for implementing Material Design
https://baseflow.com
MIT License
647 stars 162 forks source link

MaterialChip didnt work #397

Open chrome050 opened 3 years ago

chrome050 commented 3 years ago

🐛 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:

ske66 commented 3 years ago

Seems to be working fine on Xamarin Android and xf Material 1.7.4. Try rolling back