-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
TokenizingTextBox Doesn't inherit CornerRadius #3349
Comments
Hello LanceMcCarthy, thank you for opening an issue with us! I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌 |
Thanks @LanceMcCarthy for highlighting this issue! @marcpems are we good with the changes @LanceMcCarthy is suggesting? |
Apparently this is blocked by microsoft/microsoft-ui-xaml#2556 |
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
Issue Triaged, blocked by up-level problem. |
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
Issue Triaged, blocked by up-level problem. |
Describe the bug
When applying CornerRadius value to the TokenizingTextBox, the value is not applied.
Steps to Reproduce
Add a CornerRadius value to to the control:
Observe ConerRadius is not applied.
Expected behavior
The CornerRadius is applied
Environment
Microsoft.Toolkit.Uwp.UI.Controls 6.1.0
Windows 10 Build Number:
Device form factor:
Visual Studio
Solution
Add a
TemplateBinding
for CornerRadius to the BackgroundVisualBorder
in the ControlTemplate.Result:
If this is approved, I will open a PR with the solution. I would also like to add TemplateBindings for the other Border-based properties as well (BorderThickness, etc)
The text was updated successfully, but these errors were encountered: