Skip to content

Commit

Permalink
change to tel for numeric keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
svrgnty committed Aug 31, 2024
1 parent 2996e20 commit 1a193b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/satconverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const SatConverter = () => {
<div className="form-group">
<div className="input-container">
<input
type="text"
type="tel"
id="sats"
placeholder="Enter satoshis amount"
value={sats}
Expand All @@ -126,7 +126,7 @@ const SatConverter = () => {
</div>
<div className="input-container">
<input
type="text"
type="tel"
id="btc"
placeholder="Enter bitcoin amount"
value={btc}
Expand All @@ -140,7 +140,7 @@ const SatConverter = () => {
</div>
<div className="input-container">
<input
type="text"
type="tel"
id="fiat"
placeholder="Enter FIAT amount"
value={fiat}
Expand Down

0 comments on commit 1a193b3

Please sign in to comment.