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