parent
21d3d4f9cf
commit
2fc6d42897
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ namespace wishthis;
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label><?= __('Price') ?></label>
|
<label><?= __('Price') ?></label>
|
||||||
|
|
||||||
<input type ="text"
|
<input type ="number"
|
||||||
|
step ="0.01"
|
||||||
name ="wish_price"
|
name ="wish_price"
|
||||||
maxlength="9"
|
maxlength="9"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue