Skip to content

Commit

Permalink
icon position for textfield
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 12, 2023
1 parent 5d572b7 commit 426549e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxe/ui/components/TextField.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 426549e

Please sign in to comment.