success highlight
This commit is contained in:
parent
08f996cdef
commit
43449e706c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div
|
||||
class="textarea-question"
|
||||
:class="(errors && errors.length) ? 'has-error' : ''">
|
||||
:class="(errors && errors.length) ? 'has-error' : 'has-success'">
|
||||
<label
|
||||
:for="inputId"
|
||||
class="form-label">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div
|
||||
class="textbox-question"
|
||||
:class="(errors && errors.length) || hasError ? 'has-error' : ''">
|
||||
:class="(errors && errors.length) || hasError ? 'has-error' : 'has-success'">
|
||||
<label
|
||||
v-if="displayQuestionText"
|
||||
:for="inputId"
|
||||
|
|
|
|||
Loading…
Reference in a new issue