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

MaskedBehavior from the Toolkit Behaviors is not working properly #22041

Closed
TMISoftware opened this issue Apr 24, 2024 · 3 comments
Closed

MaskedBehavior from the Toolkit Behaviors is not working properly #22041

TMISoftware opened this issue Apr 24, 2024 · 3 comments
Labels
area-controls-entry Entry platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working

Comments

@TMISoftware
Copy link

Description

2024-04-24.15-13-02.mp4

Steps to Reproduce

        <Entry x:Name="PhoneED"
            TextColor="{AppThemeBinding Light={StaticResource GREY_BLUE}, Dark={StaticResource GREY_BLUE}}"
            FontSize="Small"
            Keyboard="Telephone"
            HorizontalTextAlignment="Start"
            VerticalTextAlignment="Center"
            Grid.Column="2"
            Grid.Row="13">
            <Entry.Behaviors>
                <toolkit:MaskedBehavior Mask="XXX-XXX-XXXX"/>
            </Entry.Behaviors>
        </Entry>

Link to public reproduction project repository

No response

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11 and up

Did you find any workaround?

Not yet.

Relevant log output

No response

@TMISoftware TMISoftware added the t/bug Something isn't working label Apr 24, 2024
@kevinxufei kevinxufei added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Apr 25, 2024
@kevinxufei
Copy link
Collaborator

Verified this issue with Visual Studio 17.10.0 Preview 5 (8.0.14/8.0.21). Can repro it on android platform(api34).
Other version: PackageReference Include=" communityToolkite. Maui" Version="8.0.1"

@jsuarezruiz
Copy link
Contributor

@jfversluis We should move this one to the Community Toolkit repo.

@jfversluis
Copy link
Member

This issue was moved to CommunityToolkit/Maui#1913

@dotnet dotnet locked and limited conversation to collaborators Jun 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-entry Entry platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants