Setting replace options isMutliSelect to true by default
This commit is contained in:
parent
a326c329ef
commit
6749da508a
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<buttonQuestion
|
<buttonQuestion
|
||||||
v-if="isAvailable && answersToDisplay.length > 1"
|
v-if="isAvailable && answersToDisplay.length > 1"
|
||||||
:questionText="questionText"
|
:questionText="questionText"
|
||||||
:isMultiSelect="isMultiSelect"
|
isMultiSelect
|
||||||
:answers="answersToDisplay"
|
:answers="answersToDisplay"
|
||||||
:groupName="groupName"
|
:groupName="groupName"
|
||||||
buttonType="listCard"
|
buttonType="listCard"
|
||||||
|
|
@ -28,7 +28,6 @@ export default ({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
isMultiSelect: Boolean,
|
|
||||||
isAvailable: Boolean,
|
isAvailable: Boolean,
|
||||||
filterByVehicleCategory: Boolean,
|
filterByVehicleCategory: Boolean,
|
||||||
groupName: String,
|
groupName: String,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue