haxeui / haxeui-core

The core library of the HaxeUI framework
http://haxeui.org
MIT License
340 stars 70 forks source link

Component data validation check #602

Open MSGhero opened 4 months ago

MSGhero commented 4 months ago

Adds isComponentDataValid, letting you query if data input got past the validators or not on an interactive component.

Draft PR because I only completed and tested NumberStepper and Property, and I'd like to reopen the discussion in a place where I can easily see the old convo, as far as how this applies to Validator and potentially other classes.