parent
5503dfb4c8
commit
dc44927772
2 changed files with 2 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
cmsWidgetName="PolicyVehiclesQuestion"
|
cmsWidgetName="PolicyVehiclesQuestion"
|
||||||
:vehicles="VehiclesForQuestions"
|
:vehicles="VehiclesForQuestions"
|
||||||
:validationRules="rules.optionRequired"
|
:validationRules="rules.optionRequired"
|
||||||
class="mb-2" />
|
class="mb-2"/>
|
||||||
<buttonMain
|
<buttonMain
|
||||||
:variant="buttonVariants.primary"
|
:variant="buttonVariants.primary"
|
||||||
buttonText="Add another vehicle"
|
buttonText="Add another vehicle"
|
||||||
|
|
@ -114,7 +114,7 @@ export default {
|
||||||
const vehicles = this.policyVehicles;
|
const vehicles = this.policyVehicles;
|
||||||
const mappedData =
|
const mappedData =
|
||||||
vehicles?.map((v) => {
|
vehicles?.map((v) => {
|
||||||
const maskSymbol = '*';
|
const maskSymbol = 'X';
|
||||||
const vinStart = maskSymbol.repeat(v.vin.length - 6);
|
const vinStart = maskSymbol.repeat(v.vin.length - 6);
|
||||||
const vinEnd = v.vin.substring(v.vin.length - 6);
|
const vinEnd = v.vin.substring(v.vin.length - 6);
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ html {
|
||||||
border: 1px solid $red;
|
border: 1px solid $red;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
border-radius: 60px;
|
|
||||||
|
|
||||||
.button-content {
|
.button-content {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue