feat: ✨ Add type tel on phone input
        Simon Mulquin simon@octree.ch
        
        
        
        
        
        Mon, 12 Sep 2022 16:52:50 +0100
        
          1 files changed,
          1 insertions(+),
          0 deletions(-)
          
          
        
            
            
            
            M
            
          
          frontend/containers/NewTravelDialog/index.tsx
          
            → 
            frontend/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)}