-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix: Uno Platform - Avoid square border around RangeSelector
Thumbs
#400
fix: Uno Platform - Avoid square border around RangeSelector
Thumbs
#400
Conversation
30603e1
to
a303690
Compare
Thanks @MartinZikmund, guess we don't expect the Uno issue to get resolved in the near-term? I saw you applied a similar fix to the ColorPicker control for Uno, don't think our revamped ColorPicker in the toolkit we added was effected by this, eh @Arlodotexe? |
@michael-hawker indeed, especially on WASM it is pretty tricky... |
Thanks @MartinZikmund, looks like there's an error here:
|
@Arlodotexe forgot the mc:Ignorable, please retry, should help |
@Arlodotexe and once more for styling, hopefully will work out this time 😅 Wanted to verify with the sample app, but getting:
|
That's odd, it looks like our SampleGen tooling is generating invalid metadata for a |
@Arlodotexe the error now seems unrelated, or not? |
Fixed this CI error recently in #411, should be good now. |
@Arlodotexe seems it helped 👍👍 |
Great! Tested on WebAssembly, looks like this did the trick. Thanks @MartinZikmund! |
Fixes #386
PR Type
What kind of change does this PR introduce?
What is the current behavior?
There is a square around Thumbs
What is the new behavior?
No square around thumbs, This workaround is for unoplatform/uno#6457
PR Checklist
Please check if your PR fulfills the following requirements:
Other information