You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Validate the value and return a ValidationResult describing the outcome of the validation.
149
149
150
+
Implement this method when defining custom validators.
151
+
150
152
Args:
151
153
value: The value to validate.
152
154
153
155
Returns:
154
-
The result of the validation.
156
+
The result of the validation ([`self.success()`][textual.validation.Validator.success) or [`self.failure(...)`][textual.validation.Validator.failure]).
0 commit comments