all repos — caroster @ ba1f0945c383630d88192de37465dc72ebca0328

[Octree] Group carpool to your event https://caroster.io

feat: ✨ Add type tel on phone input
Simon Mulquin simon@octree.ch
Mon, 12 Sep 2022 16:52:50 +0100
commit

ba1f0945c383630d88192de37465dc72ebca0328

parent

8f78e9fdc45834e5ea3f54e32eaccae1dae94783

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M frontend/containers/NewTravelDialog/index.tsxfrontend/containers/NewTravelDialog/index.tsx

@@ -121,6 +121,7 @@ size="small"

className={classes.field} label={t('travel.creation.phone')} fullWidth + inputProps={{type: 'tel'}} helperText=" " value={phone} onChange={e => setPhone(e.target.value)}