CSR-1573
This commit is contained in:
parent
36ceebb725
commit
4c841a52ba
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@
|
|||
v-model="vin"
|
||||
customInputId="vin"
|
||||
isRequired
|
||||
:validationRules="!vinPopulatedOnPageLoad ? 'vin-required|vin-format' : ''"
|
||||
:validationRules="
|
||||
!vinPopulatedOnPageLoad ? 'vin-required|vin-format' : ''
|
||||
"
|
||||
:isDisabled="vinPopulatedOnPageLoad"
|
||||
maxLength="17"
|
||||
:mask="vinMask"
|
||||
|
|
|
|||
Loading…
Reference in a new issue