From 5ea167820bb5f1cdfe4b501eb3c70daf1a3732d3 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Mon, 27 Jul 2020 17:50:43 -0500 Subject: Add form input field validation icons Updates form validation to match updated style guide: - Datepicker and password toggle form field padding adjusted to accomodate validation icons - Valid form validation icon is hidden - Adds carbon icons and enables validation icons in IBM environment Signed-off-by: Dixsie Wolmers Change-Id: I7edff1e9527ad2c2cfec236daacb83ad4864d785 --- src/views/ChangePassword/ChangePassword.vue | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/views/ChangePassword/ChangePassword.vue') diff --git a/src/views/ChangePassword/ChangePassword.vue b/src/views/ChangePassword/ChangePassword.vue index b2edcd47..fbf95d9d 100644 --- a/src/views/ChangePassword/ChangePassword.vue +++ b/src/views/ChangePassword/ChangePassword.vue @@ -22,6 +22,7 @@ autofocus="autofocus" type="password" :state="getValidationState($v.form.password)" + class="form-control-with-button" @change="$v.form.password.$touch()" > @@ -42,6 +43,7 @@ v-model="form.passwordConfirm" type="password" :state="getValidationState($v.form.passwordConfirm)" + class="form-control-with-button" @change="$v.form.passwordConfirm.$touch()" > -- cgit v1.2.3