feathers-openfl icon indicating copy to clipboard operation
feathers-openfl copied to clipboard

TextInput bug

Open mindthstudio opened this issue 10 years ago • 1 comments

hi

  • bug in textinput & prompt text it Showing incorrect please check it

mindthstudio avatar Mar 07 '15 18:03 mindthstudio

This is because some of functions that are required to use TextInput is not implemented in Lime/OpenFL (such as TextField.getLineMetrics).

TextInput event is not implemented either, but there is a test implementation for it. https://github.com/openfl/lime/tree/text-input

vroad avatar Apr 01 '15 05:04 vroad