feat: mobile UI card layout for players and courses (#16)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<form class="mobile-add-bar" onsubmit="searchAndAddPlayerMobile(event)">
|
||||
<input
|
||||
id="pdga-number-input-mobile"
|
||||
name="pdga"
|
||||
type="text"
|
||||
inputmode="numeric"
|
||||
placeholder="PDGA #"
|
||||
oninput="this.value = this.value.replace(/\D/g,'')"
|
||||
aria-label="PDGA number"
|
||||
/>
|
||||
<button type="submit" class="btn-primary">Add</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user