Hi,
I figured out a problem on Android (iOS looks ok though) with the TokenSettings for the SfComboBox on Android.
If I set the DeleteButtonPlacement to "Right" and the displayed text is a little bit longer, the DeleteButton moves outside of the Token view.
If I set it to left, it works fine.
Please see both screenshots attached.
This is the XAML Code. I set it to left for android to bypass the issue for my current release.
<combobox:SfComboBox.TokenSettings>
<combobox:TokenSettings
FontSize="{OnIdiom Desktop=20, Tablet=20, Phone={OnPlatform Android=12, Default=14}}"
BackgroundColor="{DynamicResource Gray-100}"
FontFamily="{StaticResource Montserrat-Regular}"
TextColor="{DynamicResource Gray-900}"
SelectedBackgroundColor="{DynamicResource PrimaryColor}"
IsCloseButtonVisible="true"
CornerRadius="15" DeleteButtonPlacement="{OnPlatform Android=Left, Default=Right}"
/>
</combobox:SfComboBox.TokenSettings>
Attachment:
Screenshots_da9156f0.zip