Change input type to search, add label

This commit is contained in:
Kenneth Bruen 2022-11-15 21:13:06 +01:00
parent 002086c74c
commit 1d86207143
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -18,8 +18,8 @@
<body> <body>
<h1>Station Information</h1> <h1>Station Information</h1>
<h4>Station Name</h4> <h4><label for="stationName">Station Name</label></h4>
<input class="items" name="stationName" id="stationName"> <input type="search" class="items" name="stationName" id="stationName">
<h4>Suggestions</h4> <h4>Suggestions</h4>
<div class="content"> <div class="content">