question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🐞 Textfield is not behave properly

See original GitHub issue

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 💀

Issue Analytics

  • State:open
  • Created 3 months ago
  • Comments:10

github_iconTop GitHub Comments

2reactions
Stryppercommented, Jul 2, 2023

Have you managed to solve this? Having same problem.

Screen recording

Not yet! hope the author that could look at this

0reactions
TimothyFrancommented, Aug 16, 2023

Fixed in 158da7b

Hi, when will the nuget be updated?

Read more comments on GitHub >

github_iconTop Results From Across the Web

I can't edit Text Field in Material-UI
I was not able to key in anything and it was because there was no name props included. example: <TextField type="email" name='email'/>.
Read more >
Unable to enter text in TextField - SwiftUI preview
I'm trying out Xcode 12 (beta) and encountered an issue with TextField when viewing it in a live Preview. Although the view is...
Read more >
TextField does not accept input - TestFlight
I have successfully added my app to AppStore Connect and assigned to myself through TestFlight. My issue is that the install from TestFlight...
Read more >
Dictation Mic doesn't work properly with TextInput multiline ...
I tried using Dictation mic on iOS with TextInput. It works fine when multiline is OFF. But it doesn't work if multiline is...
Read more >
GUI.TextField doesn't work in UWP
when I build for UWP, the GUI.TextField doesn't work : I press keys on my keyboard, but nothing happen. Input.GetKey() works correctly, though....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found