#82 use native number input for price (#85)

This commit is contained in:
CryptoGeek 2023-07-25 13:29:12 +02:00 committed by GitHub
parent 21d3d4f9cf
commit 2fc6d42897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,8 @@ namespace wishthis;
<div class="field">
<label><?= __('Price') ?></label>
<input type ="text"
<input type ="number"
step ="0.01"
name ="wish_price"
maxlength="9"
/>