CSR-986 | Refactor button question changes
This commit is contained in:
parent
8b8709d1d8
commit
e61591010b
2 changed files with 1 additions and 3 deletions
|
|
@ -22,7 +22,6 @@ export default {
|
||||||
screenReaderOnlyText: String,
|
screenReaderOnlyText: String,
|
||||||
isWide: Boolean,
|
isWide: Boolean,
|
||||||
additionalButtonStyling: String,
|
additionalButtonStyling: String,
|
||||||
suppressError: Boolean,
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
selectedValue: {
|
selectedValue: {
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,7 @@
|
||||||
'list-card w-100 rounded-3 d-flex align-items-center h-100 base-input-button',
|
'list-card w-100 rounded-3 d-flex align-items-center h-100 base-input-button',
|
||||||
{ horizontal: isWide },
|
{ horizontal: isWide },
|
||||||
]"
|
]"
|
||||||
v-model="selectedValue"
|
v-model="selectedValue">
|
||||||
:suppressError="suppressError">
|
|
||||||
<div
|
<div
|
||||||
class="d-flex w-100 align-items-center px-2 h-100 list-card-content button-content rounded-3"
|
class="d-flex w-100 align-items-center px-2 h-100 list-card-content button-content rounded-3"
|
||||||
:class="labelClasses">
|
:class="labelClasses">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue