Bug 33864: Restore inputmode="numeric" (bug 28283)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Andrew Nugged <nugged@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
0fc69b1df2
commit
ea71533d1e
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<label for="quantity">Quantity received: </label>
|
||||
<input type="text" size="20" name="quantityrec" id="quantity" />
|
||||
<input type="text" inputmode="numeric" pattern="[0-9]*" size="20" name="quantityrec" id="quantity" />
|
||||
<div id="qtyrecerror" style="display:none">
|
||||
<p class="error">Warning, you have entered more items than expected.
|
||||
Items will not be created.</p>
|
||||
|
|
Loading…
Reference in a new issue