Fixed textbox-question label
This commit is contained in:
parent
5643b82d06
commit
95318a38c5
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
:aria-label="questionText"
|
||||
class="form-label"
|
||||
:class="[questionAlignment === 'center' ? 'text-center w-100 mb-5' : '']"
|
||||
v-html="labelText"></label>
|
||||
v-html="questionText"></label>
|
||||
<div class="input-wrapper" :class="[includeSearchIcon ? 'has-search-icon' : '']">
|
||||
<input
|
||||
class="form-control"
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ export default {
|
|||
"internalModel.zipCode": {
|
||||
handler() {
|
||||
this.resetsOnZipInput();
|
||||
}
|
||||
},
|
||||
},
|
||||
modelValue(newValue) {
|
||||
this.internalModel = this.copyModel(newValue);
|
||||
|
|
|
|||
Loading…
Reference in a new issue