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

Unable to backspace last character on JS target in FlxInputText and FlxUIInputText #234

Open
maximryzhov opened this issue Jul 17, 2022 · 1 comment

Comments

@maximryzhov
Copy link

  • haxe: 4.2.5
  • flixel: 4.11.0
  • flixel-ui: 2.4.0

Steps to reproduce:

  1. Add a FlxInputText widget to an empty state
  2. Build HTML5 target
  3. Input "hello"
  4. Hit Backspace 5 times

Expected result: the input is cleared
Actual result: the first character ('h') remains in the input field until a new character is entered.

@Geokureli
Copy link
Member

FlxInuptText is getting a rewrite on 5.0.0 thanks to ShaharMS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants