Skip to content

Commit

Permalink
Merge pull request #584 from gamahachaa/patch-2
Browse files Browse the repository at this point in the history
Update InteractiveComponent.hx
  • Loading branch information
ianharrigan authored Feb 16, 2024
2 parents 96120b6 + dd7a92a commit 0212d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/core/InteractiveComponent.hx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class InteractiveComponent extends Component implements IFocusable implements IV
}

private var _validators:Array<IValidator> = null;
public var validators(get, set):Array<IValidator>;
@:clonable public var validators(get, set):Array<IValidator>;
private function get_validators():Array<IValidator> {
return _validators;
}
Expand Down

0 comments on commit 0212d8f

Please sign in to comment.