vee-validate icon indicating copy to clipboard operation
vee-validate copied to clipboard

Support for warning array and success array

Open arindampradhan opened this issue 2 years ago • 0 comments

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 component to display array of success messages.

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.

arindampradhan avatar Nov 14 '22 07:11 arindampradhan