Small fixes
This commit is contained in:
parent
4930b41448
commit
58ea248079
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
class="form-check-input me-2"
|
class="form-check-input me-2"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
aria-checked="false"
|
aria-checked="false"
|
||||||
:name="inputId"
|
:name="checkboxName"
|
||||||
:validationRules="validationRules"
|
:validationRules="validationRules"
|
||||||
:id="inputId"
|
:id="inputId"
|
||||||
:tabindex="tabIndex"
|
:tabindex="tabIndex"
|
||||||
|
|
@ -65,6 +65,7 @@ export default {
|
||||||
meta,
|
meta,
|
||||||
errors,
|
errors,
|
||||||
resetField,
|
resetField,
|
||||||
|
inputId,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue