You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the addition of fill_in_govuk_text_field in #12 we should add a similar fill_in_govuk_telephone_number_field helper (or maybe fill_in_govuk_tel_field?).
As well as checking that type="tel", this could additionally check that:
autocomplete="tel" (could be opt-in or opt-out as you wouldn't want this if asking for someone else’s phone number)
The text was updated successfully, but these errors were encountered:
Following the addition of
fill_in_govuk_text_field
in #12 we should add a similarfill_in_govuk_telephone_number_field
helper (or maybefill_in_govuk_tel_field
?).As well as checking that
type="tel"
, this could additionally check that:autocomplete="tel"
(could be opt-in or opt-out as you wouldn't want this if asking for someone else’s phone number)The text was updated successfully, but these errors were encountered: