Skip to content

Commit

Permalink
Update InteractiveComponent.hx
Browse files Browse the repository at this point in the history
Fixing validators in ItemRenderers
  • Loading branch information
gamahachaa authored Feb 16, 2024
1 parent 96120b6 commit dd7a92a
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 dd7a92a

Please sign in to comment.