Skip to content

Commit

Permalink
Merge pull request #4317 from Crown-Commercial-Service/feature/FMFR-1…
Browse files Browse the repository at this point in the history
…396-remove-spaces-from-mobile-input

FMFR-1396 - Make the telephone number a number input
  • Loading branch information
tim-s-ccs authored Apr 29, 2024
2 parents 23096b8 + ce820b0 commit eec850a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
label: {
text: t('.telephone_number')
},
classes: 'govuk-!-width-one-half',
classes: 'govuk-!-width-one-half ccs-integer-field',
attributes: {
required: true,
autocomplete: "off"
Expand Down

0 comments on commit eec850a

Please sign in to comment.