Skip to content

Commit

Permalink
use number format
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jun 29, 2024
1 parent 654a692 commit 6a3b97c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const tabs = [
label: 'Text',
Component: TextForm
},

{
label: 'E-mail',
Component: EmailForm
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Forms/Geo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function GeoForm() {
<input
id='longitude'
className='form-control'
type='text'
type='number'
name='longitude'
value={values.longitude}
onChange={handleChange}
Expand Down

0 comments on commit 6a3b97c

Please sign in to comment.