flixel-ui icon indicating copy to clipboard operation
flixel-ui copied to clipboard

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

Open maximryzhov opened this issue 1 year ago • 1 comments

  • 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.

maximryzhov avatar Jul 17 '22 17:07 maximryzhov

FlxInuptText is getting a rewrite on 5.0.0 thanks to ShaharMS

Geokureli avatar Jul 17 '22 23:07 Geokureli