blocka / vue-simpleform

Form library for vue. Inspired by Formik for react.
MIT License
38 stars 6 forks source link

Yup schema support? #1

Open harry-sm opened 6 years ago

harry-sm commented 6 years ago

Hello, Great Project! I'm moving from react to vue and Formik is my goto for form validation. Is there any planned support for validationSchema option that is used with Formik?

blocka commented 6 years ago

I don't have any plans of building it in, although it's not to difficult to do yourself. Keep in mind this, project has met all needs I've had and therefore doesn't support a lot of stuff that formik has. If there's anything else you'd like to see, let me know!

On Sun, Jul 22, 2018 at 11:00 PM Rojay Simpson notifications@github.com wrote:

Hello, Great Project! I'm moving from react to vue and Formik is my goto for form validation. Is there any planned support for validationSchema option that is used with Formik?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/blocka/vue-simpleform/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AACoum3UCqn9-lKszSiiPZY4eQQkvAgzks5uJTxVgaJpZM4VaSvj .

harry-sm commented 6 years ago

Ok, thanks. TypeScript support would be welcomed, but to be honest, I just started looking at vue yesterday and from what I can tell TS wouldn't be of any help within the templates.