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

A Godot 4 plugin for adding validation logic to any control.

Results 2 godot-form-validator issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Once Godot 4.1 becomes stable move Validation from an autoload singleton to a static class to eliminate the autoload dependency and associated problems with first loading the plugin.

enhancement