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
In iwb-serenity-password and iwb-serenity-password-vue-2, using v-model="password" is useless when the <form> is submittable without JavaScript. But the component currently requires it. We can evaluate if it’s safe to make it optional.
In
iwb-serenity-password
andiwb-serenity-password-vue-2
, usingv-model="password"
is useless when the<form>
is submittable without JavaScript. But the component currently requires it. We can evaluate if it’s safe to make it optional.Originally posted by @meduzen-immoweb in #21 (comment)
The text was updated successfully, but these errors were encountered: