Open Foda opened 7 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Describe the bug
On Windows 10, setting
MaxLength
on a TextBox doesn't properly limit the "." character. If you set theMaxLength
to 5, you can insert a few more than that.We're seeing this issue pop-up in MAUI: https://github.com/dotnet/maui/issues/19853
Steps to reproduce the bug
<TextBox MaxLength="5"/>
Expected behavior
TextBox should limit the number of characters regardless of which character it is
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.5.1: 1.5.240311000
Windows version
Windows 10 (21H2): Build 19044
Additional context
No response