Hello,
I have included SfChip as a control in my Xamarin Forms view as shown below. However when I tap on a chip, I don't get any event back and the chip doesn't change color on selection because the selection event is not firing.
<SyncfusionButton:SfChipGroup
x:Name="SurfaceChips"
SelectedChipTextColor="#FF202020"
ChipPadding="2,0,0,0"
HorizontalOptions="Center"
SelectionIndicatorColor="#FF353535"
SelectedItem="{Binding SelectedFilterSurface}"
ItemsSource="{Binding FilterSurfaceItems}"
Type="Choice"/>
Any help would be really great!
Thanks
Apurva