13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
<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>
|