You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I remove v-slot={ errors } and the errors[0] span from the 'confirm' provider the error message is still working. Does anyone know why? Here's the demo https://codesandbox.io/s/4uiob?file=/src/Demo.vue
In my case I'm also dealing with password confirmation but I need the error message to appear somewhere else on the page, not between the inputs and I'm not sure how to deal with this issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
When I remove v-slot={ errors } and the errors[0] span from the 'confirm' provider the error message is still working. Does anyone know why? Here's the demo https://codesandbox.io/s/4uiob?file=/src/Demo.vue
In my case I'm also dealing with password confirmation but I need the error message to appear somewhere else on the page, not between the inputs and I'm not sure how to deal with this issue.
Not sure if this is a good approach, but I've just wrapper one provider with the 'main' one and it seems to be working: https://codesandbox.io/s/codesandbox-forked-5olly?file=/src/Demo.vue
Thank you
Beta Was this translation helpful? Give feedback.
All reactions