From 90aa1822b5ed9757b7047a86a518782c8c51c78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 8 Jul 2019 18:13:24 +0200 Subject: [PATCH] Disable the form button with a slot scope --- webapp/components/Password/Change.vue | 12 +- .../PasswordReset/ChangePassword.vue | 62 +++++----- .../Registration/CreateUserAccount.vue | 108 +++++++++--------- 3 files changed, 80 insertions(+), 102 deletions(-) diff --git a/webapp/components/Password/Change.vue b/webapp/components/Password/Change.vue index 63c797157..ab9a89cbc 100644 --- a/webapp/components/Password/Change.vue +++ b/webapp/components/Password/Change.vue @@ -3,10 +3,8 @@ v-model="formData" :schema="formSchema" @submit="handleSubmit" - @input="handleInput" - @input-valid="handleInputValid" > -