ianharrigan / haxeui

IMPORTANT NOTE! This repository is no longer maintained. Please consider the newer version: https://github.com/haxeui/haxeui-core
http://haxeui.org/
392 stars 46 forks source link

TextField - caret is not visible #371

Closed upperxcode closed 6 years ago

upperxcode commented 6 years ago

Hello, I'm using TextField on a form, I declare it in .xml like this: `

Everything seems to work fine, however the caret does not appear when I click on or after typing something. The letters appear. I test on the haxeui.org component and this is not the default behavior, so I think I may be creating the application in the wrong way. I am using the following command to compile haxelib run nme build Project.nmml `

Thank you