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
While using the text prompt, I noticed that it'd be useful to support validations. We can add default validations, like non-empty, or min and max length, and have a custom option for the caller to pass a custom validation. At the end of the day, a validation is a function that takes the value, and returns a result.
The text was updated successfully, but these errors were encountered:
While using the text prompt, I noticed that it'd be useful to support validations. We can add default validations, like non-empty, or min and max length, and have a custom option for the caller to pass a custom validation. At the end of the day, a validation is a function that takes the value, and returns a result.
The text was updated successfully, but these errors were encountered: