-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
enhancementImprove existing functionalityImprove existing functionality
Description
Hey, just wondering if you've though about calling input.setCustomValidition(error)
to set a custom validation message (around about here)? Is there some reason you're not doing this? Does this have some hidden pitfalls I'm not aware of?
You'd probably want to only do this if a "customValidation" flag was set or something, because if people are using non-strings as errors or string that need to be translated or something, it would be nice for there to be a way to turn it off... Or, maybe have a getCustomValidationMessage()
function which returns a string or undefined so people can translate or do whatever on their own?
Metadata
Metadata
Assignees
Labels
enhancementImprove existing functionalityImprove existing functionality