mdc-maui / mdc-maui

Material design components for .NET MAUI
https://mdc-maui.github.io
MIT License
524 stars 55 forks source link

🐞 Textfield is not behave properly #24

Closed Strypper closed 8 months ago

Strypper commented 1 year ago

What happened

I haven't had to fully text the TextField yet but this is what I'd pick up on Android Emulator. The input seems janky like in the video. The text won't show up until I paste the text from the clipboard and the TextField started to behave normally

Evidence

Implemetation

                <mdc:TextField
                    IconKind="Pets"
                    IsError="{x:Binding PetForm.PetNameValid}"
                    LabelText="Cung cấp tên"
                    SupportingText="{x:Binding PetForm.PetNameInvalidMessage}"
                    Text="{x:Binding PetForm.PetName,
                                     Mode=TwoWay}" />

Platform tested

  1. Windows - fine 👍🏽
  2. Android - issue happened 💀
TimothyFran commented 1 year ago

Have you managed to solve this? Having same problem.

Screen recording

Strypper commented 1 year ago

Have you managed to solve this? Having same problem.

Screen recording

Not yet! hope the author that could look at this

yiszza commented 1 year ago

The current focus of work is #16 , where all controls are being refactored either simply or thoroughly. TextField is a big trouble, but I will try to make it work more perfectly when I turn my attention to it.

TimothyFran commented 1 year ago

The current focus of work is #16 , where all controls are being refactored either simply or thoroughly. TextField is a big trouble, but I will try to make it work more perfectly when I turn my attention to it.

Hi, is there any workaround meanwhile?

yiszza commented 1 year ago

The current focus of work is #16 , where all controls are being refactored either simply or thoroughly. TextField is a big trouble, but I will try to make it work more perfectly when I turn my attention to it.

Hi, is there any workaround meanwhile?

Not now.

yiszza commented 1 year ago

Fixed in 158da7b

Strypper commented 1 year ago

Fixed in 158da7b

Cool how long will the nuget got updated ?

yiszza commented 1 year ago

One week? If I'm not busy.

SamuelJoseBolanoMejia commented 1 year ago

¿Ha conseguido solucionar esto?

TimothyFran commented 1 year ago

Fixed in 158da7b

Hi, when will the nuget be updated?

ehab-saad-neudesic commented 11 months ago

Hi, any update on this issue

DharunAR commented 10 months ago

Hi Any update on this issue? I do face the same problem with the TextField on 0.1.2-beta version. May I know when this issue will be addressed?

ehab-saad-neudesic commented 9 months ago

Hi, any update here please?

DharunAR commented 9 months ago

@yiszza When will the next version of Nuget will be released with these fixes 158da7b?