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
Hello,
I'm using MaskedBehavior to input a license plate, the mask is XX-XX-XX
When I put, for example, AA-44-AA, the keyboard changes to text when I'm putting numbers.
Attached I include a video demonstrating
Function how entry when there is no mask
<Entry TextTransform="Uppercase" Placeholder="With Mask"> <Entry.Behaviors> <Toolkit:MaskedBehavior Mask="XX-XX-XX" /> </Entry.Behaviors> </Entry>
https://github.com/DanielSCBO/MaskedBehaviourKeyboardBug
- .NET MAUI CommunityToolkit: 9.1.1 - OS: Android - .NET MAUI: 8.0.100
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Hello,
I'm using MaskedBehavior to input a license plate, the mask is XX-XX-XX
When I put, for example, AA-44-AA, the keyboard changes to text when I'm putting numbers.
Attached I include a video demonstrating
Gravacao.2025-01-28.180038.mp4
Expected Behavior
Function how entry when there is no mask
Steps To Reproduce
Link to public reproduction project repository
https://github.com/DanielSCBO/MaskedBehaviourKeyboardBug
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: