To preface, this is HaxeFlixel 4.11.0, with Lime 8.0.0 and OpenFL 9.2.0. I'm using the latest release of Flixel UI, not the latest commit.
- The XML reader automatically changes every name to be all-lowercase, which seems unnecessary.
- Creating a
text tag for an FlxUINumericStepper will not create an FlxUIInputText, but instead a normal FlxUIText. Not adding a text tag will allow for the FlxUINumericStepper to be created normally, but will also make it impossible to change things like the width of the text field.
- The
input_text tag does create an FlxUIInputText, but it appears with no background and white text by default, like a normal FlxUIText.
To preface, this is HaxeFlixel 4.11.0, with Lime 8.0.0 and OpenFL 9.2.0. I'm using the latest release of Flixel UI, not the latest commit.
texttag for an FlxUINumericStepper will not create an FlxUIInputText, but instead a normal FlxUIText. Not adding atexttag will allow for the FlxUINumericStepper to be created normally, but will also make it impossible to change things like the width of the text field.input_texttag does create an FlxUIInputText, but it appears with no background and white text by default, like a normal FlxUIText.