godot-form-validator icon indicating copy to clipboard operation
godot-form-validator copied to clipboard

Make rule configuration warnings real time.

Open deadpixelsociety opened this issue 1 year ago • 0 comments

Right now, configuration warnings arising from invalid rules only display when the scene tree is refreshed, usually be reloading the scene. Instead, rules should emit a signal, probably via the Validation class, that ControlValidators can watch for and update themselves.

deadpixelsociety avatar May 11 '23 04:05 deadpixelsociety