sfxcode / formkit-primevue

PrimeVue (v4, v3) support for the FormKit validation Framwork
https://sfxcode.github.io/formkit-primevue
MIT License
103 stars 9 forks source link

Prime Input Validations don't quite respond the same way as FormKit defaults #2

Closed JohnCampionJr closed 2 years ago

JohnCampionJr commented 2 years ago

I think this is due to the missing blur handlers.

FormKit's docs say to handle both input and blur.

I've started working on fixes in my fork. Will send PR if you're interested.

If you add some validation rules to the demo, it gets easier to see.

sfxcode commented 2 years ago

Hi, i will be glad if you like to participate with a merge request.

Thx for your very valuable input and greetings,

Tom

JohnCampionJr commented 2 years ago

There will be a new PrimeVue release next week with the event added that will let me add a blur to the editor.

https://github.com/primefaces/primevue/issues/2829

Once that's out, I'll finish up and submit the PR.