Open KnightMearh opened 8 years ago
lime 2.9.1 openfl 3.6.1 actuate 1.8.6 hscript 2.0.5 haxeui 1.8.17
placeholderText and maxChars don't seem to be functional.
var input:TextInput = new TextInput(); input.placeholderText = "01"; input.maxChars = 2; input.restrictChars = "0-9";
Text field input allows any input.
lime 2.9.1 openfl 3.6.1 actuate 1.8.6 hscript 2.0.5 haxeui 1.8.17
placeholderText and maxChars don't seem to be functional.
Text field input allows any input.