- Home
- Forum
- Xamarin.Forms
- sfChips is not showing color
sfChips is not showing color
hello, am using sfchip in my xamarin app but it does not show colors on the chips
code -
MainPage.xaml
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
x:Class="Serena.MainPage"
NavigationPage.BackButtonTitle=""
NavigationPage.HasNavigationBar="false"
xmlns:buttons="clr-namespace:Syncfusion.XForms.Buttons;assembly=Syncfusion.Buttons.XForms"
>
<buttons:SfChipGroup x:Name="TextColor" Type="Action" Margin="18,0,18,0" SelectionIndicatorColor="#9900CC">
<buttons:SfChipGroup.Items>
<buttons:SfChip BackgroundColor="#EB5757" HeightRequest="35" WidthRequest="35"/>
<buttons:SfChip BackgroundColor="#F2994A" HeightRequest="35" WidthRequest="35"/>
<buttons:SfChip BackgroundColor="#F2C94C" HeightRequest="35" WidthRequest="35"/>
<buttons:SfChip BackgroundColor="#219653" HeightRequest="35" WidthRequest="35"/>
<buttons:SfChip BackgroundColor="#2F80ED" HeightRequest="35" WidthRequest="35"/>
<buttons:SfChip BackgroundColor="#9B51E0" HeightRequest="35" WidthRequest="35"/>
<buttons:SfChip BackgroundColor="#333333" HeightRequest="35" WidthRequest="35"/>
<buttons:SfChip BackgroundColor="#FFFFFF" HeightRequest="35" WidthRequest="35"/>
</buttons:SfChipGroup.Items>
</buttons:SfChipGroup>
</ContentPage>
SIGN IN To post a reply.
4 Replies
1 reply marked as answer
SM
Saravanan Madheswaran
Syncfusion Team
October 19, 2020 05:30 AM UTC
Hi Shraddha,
Greetings from Syncfusion.
We would like to let you know that the reported issue has already been confirmed and logged the internal bug report. Currently we are working on fixing the same. This fix will be expected to be rolled out by tomorrow (20th October 2020) weekly NuGet. So, we will update once the NuGet is rolled out.
We appreciate your patience until then.
Regards,
Saravanan.
SS
Sridevi Sivakumar
Syncfusion Team
October 20, 2020 12:21 PM UTC
Hi Shraddha,
We are glad to announce that our weekly NuGet was rolled out today and fix for the reported issue was included in the weekly NuGet.
NuGet Version: 18.3.0.42
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Sridevi S.
We are glad to announce that our weekly NuGet was rolled out today and fix for the reported issue was included in the weekly NuGet.
NuGet Version: 18.3.0.42
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Sridevi S.
Hi Shraddha,
We are glad to announce that our weekly NuGet was rolled out today and fix for the reported issue was included in the weekly NuGet.
NuGet Version: 18.3.0.42
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Sridevi S.
I think your new release has introduce many regression bugs:
One example:
https://www.syncfusion.com/forums/158897/bug-in-sfchip-close-button-and-entry-do-not-appear
SM
Saravanan Madheswaran
Syncfusion Team
October 21, 2020 01:44 PM UTC
Hi Amir,
Please refer the forum id #158897 to find the solution of reported issues.
Regards,
Saravanan.
Marked as answer
SIGN IN To post a reply.
- 4 Replies
- 4 Participants
- Marked answer
-
SP Shraddha Patange
- Oct 16, 2020 08:28 AM UTC
- Oct 21, 2020 01:44 PM UTC