Remove number input type from station input
This commit is contained in:
parent
ebb0b5f0ba
commit
dd666466ee
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
<h1>Station Information</h1>
|
<h1>Station Information</h1>
|
||||||
|
|
||||||
<h4>Station Name</h4>
|
<h4>Station Name</h4>
|
||||||
<input class="items" type="tel" name="stationName" id="stationName">
|
<input class="items" name="stationName" id="stationName">
|
||||||
|
|
||||||
<h4>Suggestions</h4>
|
<h4>Suggestions</h4>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Add table
Reference in a new issue