From 426549ea1d3c3f51726e09699be930b6dbe373e2 Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sun, 12 Nov 2023 12:13:58 +0100 Subject: [PATCH] icon position for textfield --- haxe/ui/components/TextField.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/haxe/ui/components/TextField.hx b/haxe/ui/components/TextField.hx index d38e81436..67d33f9ba 100644 --- a/haxe/ui/components/TextField.hx +++ b/haxe/ui/components/TextField.hx @@ -78,6 +78,7 @@ class TextField extends InteractiveComponent { * If no icon is set, the text field will be displayed without any icon. The default is no icon. */ @:clonable @:behaviour(IconBehaviour) public var icon:String; + @:style(layout) public var iconPosition:String; /** * The (zero based) position of the caret within the textfield