We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff683e1 commit ae9fd0bCopy full SHA for ae9fd0b
addons/form/nodes/Validators/StringValidator.gd
@@ -93,7 +93,7 @@ func _on_text_changed(
93
## Validates given text against all rules and returns validity
94
func validate(
95
## Text to validate
96
- subject: String
+ subject: Object
97
) -> bool:
98
super.validate(subject)
99
var _regex := RegEx.new()
0 commit comments