This commit is contained in:
Adrien Ufferte
2025-04-25 15:52:07 +02:00
parent dacc818683
commit ae7b3cfeca
33 changed files with 144 additions and 143 deletions
@@ -8,7 +8,7 @@ func _init() -> void:
func apply(control: Control, value) -> RuleResult:
var result = RuleResult.new()
var result: RuleResult = RuleResult.new()
if value is String:
result.passed = ValidatorFunctions.not_empty(value)
if not result.passed: