Skip to content

Commit

Permalink
feat(CB2-14451): make number of axles a number input
Browse files Browse the repository at this point in the history
  • Loading branch information
pbardy2000 committed Dec 2, 2024
1 parent 855bf98 commit 3a79db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1>
</div>
</label>
</h1>
<input id="techRecord_noOfAxles" [value]="techRecord().techRecord_noOfAxles" [width]="FormNodeWidth.XXS" govukInput formControlName="techRecord_noOfAxles" />
<input appNumberOnly type="number" inputmode="numeric" id="techRecord_noOfAxles" [value]="techRecord().techRecord_noOfAxles" [width]="FormNodeWidth.XXS" govukInput formControlName="techRecord_noOfAxles" />
</div>

<!-- Vehicle Subclass (LGV/CAR/Small TRL only) -->
Expand Down

0 comments on commit 3a79db3

Please sign in to comment.