vee-validate
vee-validate copied to clipboard
Support for warning array and success array
Is your feature request related to a problem? Please describe.
Currently vee-validate library only supports displaying error messages using <Errormessage /> component, in future it might become a necessasity to support multiple warning message using a <WarningMessage /> component, which will have a presedence after an errormesssage
display order Error > Warning > Success Message
Similarly there should be a
Describe alternatives you've considered
Formik supports all the three although they don't have a specific component from them, there is a doc for developers to follow and know how to create these to seperate component using the same metheds.