Hi! I'm using unstyled PrimeVue 4, and formkit-primevue for validation.
PrimeVue components have an "invalid" property that you can set to true or false to enable some tailwind classes. I'd like to know if there is a way to connect it to FormKit's validation event, so I can set the PrimeVue to invalid instead of adding an extra border through the p-formkit class.