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