SfChipGroup.InputView does not work

Hi there,


I am using Syncfusion.Xamarin.Buttons version 19.2.0.57 on Android and trying to use the SfChipGroup.InputView as below and the input view does not show when the page loads. If I modify the xaml and it hot reloads then the button will display correctly but will not work again on reload.


This appears to be related to using SfChipGroup.ChipLayout, if I remove that then the InputView works correctly.


cheers

Martin


Snippet
<buttons:SfChipGroup VerticalOptions="Center"
                     x:Name="inputChipGroup"
                     ChipImageWidth="35"
                     ItemsSource="{Binding Source ={x:Reference editViewModel}, Path=Warnings,Mode=TwoWay}"
                     DisplayMemberPath="Name"
                     ShowIcon="False"
                     Type="Input"
                     ChipPadding="8,8,0,0">
                                    <buttons:SfChipGroup.InputView>

                                        <Button Text="Add"
                Margin="8,8,0,0"
                BackgroundColor="White"
                WidthRequest="100"
                HeightRequest="35" />

                                    buttons:SfChipGroup.InputView>
                                    <buttons:SfChipGroup.ChipLayout>
                                        <FlexLayout HorizontalOptions="Start"
                    VerticalOptions="Center"
                    Direction="Row"
                    Wrap="Wrap"
                    JustifyContent="Start"
                    AlignContent="Start"
                    AlignItems="Start" />
                                    buttons:SfChipGroup.ChipLayout>
                                buttons:SfChipGroup>

1 Reply

YP Yuvaraj Palanisamy Syncfusion Team August 31, 2021 04:32 PM UTC

Hi Martin, 

Greetings from Syncfusion. 

We have checked your query and code example, we have prepared the sample based on the provided code example and the SfChipGroup.InputView was shown in load time itself in android at our end. Also we have attached the sample for your reference, please find the sample from the below link. 

  
Output
 

For more details, please refer the below link 

And also, we have published the sample in github for the same requirement in the below link 

Regards, 
Yuvaraj. 


Loader.
Up arrow icon