get rid of duplicate class declaration
This commit is contained in:
parent
3f5d961513
commit
1b2e091a69
@ -8,8 +8,7 @@
|
||||
inline-template>
|
||||
|
||||
<div
|
||||
v-bind:class="['usa-input usa-input--validation--' + validation, { 'usa-input--error': showError, 'usa-input--success': showValid }]"
|
||||
class='usa-input {% if field.errors %}usa-input--error{% endif %}'>
|
||||
v-bind:class="['usa-input {% if field.errors %}usa-input--error{% endif %} usa-input--validation--' + validation, { 'usa-input--error': showError, 'usa-input--success': showValid }]">
|
||||
|
||||
<label for={{field.name}}>
|
||||
{{ field.label }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user