There isn’t a way to pass our own validation message to the component in the case we need to. To elaborate, if we grab the value on our side and pass it into our custom validation function (not the inputs custom validation object), we need to be a...