Flixel definitely has input text - https://api.hax...
# flixel
b
Flixel definitely has input text - https://api.haxeflixel.com/flixel/addons/ui/FlxInputText.html , but in its addons. You probably forgot to do
<haxelib name="flixel-addons" />
or
<haxelib name="flixel-ui" />
or both.