-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding StyleClass to VisualElement #209
Conversation
Well done! I tried some cases with the AllControls app, but it doesn't seem to update correctly. (after clicking a new button to switch styles)
They don't update visually, even though the control itself is properly updated |
Maybe an XF bug ? Looking at xamarin/Xamarin.Forms#3824, maybe related. Same issue seems to exist with StyleId. CSS is pretty new in XF, so maybe we can assume a XF limitation for the moment ? Doesn't affect my use case for the moment so I'm keen to get this merged and nuget updated if your happy ? |
The It's annoying to have to do this but not too hard. |
Looks like the Unix build is failing, I'm not totally sure why |
Yes, noticed it as well. |
Thanks @dsyme I've added styleClass to the 3 extensions as well. Fingers crossed CI is happy :-) |
CI / Paket failing for some reason. That package is available on nuget so no idea why travis is failing.
|
NuGet is currently having troubles: https://status.nuget.org/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue I mentioned is tracked here: xamarin/Xamarin.Forms#2678
see #205