ensure Continue button stays disabled until all selections are made
This commit is contained in:
parent
86a0ba4621
commit
13693b3d27
1 changed files with 0 additions and 7 deletions
|
|
@ -194,13 +194,6 @@ export default {
|
|||
document.querySelector('input[value=' + this.selectedPartNumber + ']').click();
|
||||
});
|
||||
}
|
||||
else {
|
||||
// If selected part isn't in the current list or it's null, select the first part
|
||||
if(!this.selectedPartNumber || this.partsForSelectedTint.filter(x => x.partNumber == this.selectedPartNumber).length === 0)
|
||||
{
|
||||
this.selectedPartNumber = { value: this.partsForSelectedTint[0].partNumber };
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue