mirror of
https://github.com/ankitects/anki.git
synced 2026-01-17 07:49:06 -05:00
Have decimal keyboard for SpinBoxFloat
This commit is contained in:
parent
77cfebcccc
commit
13accfa840
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
|
pattern="[0-9]*"
|
||||||
|
inputmode="decimal"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
{min}
|
{min}
|
||||||
{max}
|
{max}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue