Skip to content

Commit

Permalink
Have decimal keyboard for SpinBoxFloat
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Jun 5, 2021
1 parent cfce235 commit 95466ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/deckoptions/SpinBoxFloat.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html

<input
type="number"
pattern="[0-9]*"
inputmode="decimal"
class="form-control"
{min}
{max}
Expand Down

0 comments on commit 95466ea

Please sign in to comment.