Skip to content
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

[BUG] MaskedBehaviour change keyboard #2477

Open
2 tasks done
DanielSCBO opened this issue Jan 28, 2025 · 0 comments
Open
2 tasks done

[BUG] MaskedBehaviour change keyboard #2477

DanielSCBO opened this issue Jan 28, 2025 · 0 comments
Labels
bug Something isn't working unverified

Comments

@DanielSCBO
Copy link

DanielSCBO commented Jan 28, 2025

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Put entry with this XAML
       <Entry TextTransform="Uppercase" Placeholder="With Mask">
           <Entry.Behaviors>
               <Toolkit:MaskedBehavior Mask="XX-XX-XX" />
           </Entry.Behaviors>
       </Entry>
  1. Start writing A then A then 1
  2. The keyboard automatically changes the type

Link to public reproduction project repository

https://github.com/DanielSCBO/MaskedBehaviourKeyboardBug

Environment

- .NET MAUI CommunityToolkit: 9.1.1
- OS: Android
- .NET MAUI: 8.0.100

Anything else?

No response

@DanielSCBO DanielSCBO added bug Something isn't working unverified labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unverified
Projects
None yet
Development

No branches or pull requests

1 participant