Change price input type
This commit is contained in:
parent
b9bf831001
commit
7742235180
|
@ -26,7 +26,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><label for="price">Price ($)</label></td>
|
||||
<td><input type="number" id="price" name="price" required></td>
|
||||
<td><input type="text" id="price" name="price" required></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue