We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you use CornerRadius property on TextBox, in WASM it incorrectly continues rendering the input area.
Here's the default state (no focus):
here's the activate state (focus):
Nuget Package: Uno.UI
Package Version(s): 2.3.0-dev.118,
Affected platform(s):
Visual Studio:
Relevant plugins:
The text was updated successfully, but these errors were encountered:
attn: @carldebilly
Sorry, something went wrong.
up?
fix(textbox): On WASM, the CornerRadius is not applied on the TextBox…
2e08a70
…'s background `<Border>`. Fix #3110
The fix has been published in Uno v3.1.0-dev.52. Available on Nuget.
3.1.0-dev.52
Successfully merging a pull request may close this issue.
Current behavior
When you use CornerRadius property on TextBox, in WASM it incorrectly continues rendering the input area.
Here's the default state (no focus):
here's the activate state (focus):
Expected behavior
How to reproduce it (as minimally and precisely as possible)
Environment
Nuget Package: Uno.UI
Package Version(s): 2.3.0-dev.118,
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: