Set numeric limits on WI order/depth
This commit is contained in:
parent
5fbb232d69
commit
d8380a390a
|
@ -3981,7 +3981,7 @@
|
|||
|
||||
<div class="world_entry_form_control wi-enter-footer-text flex-container flexNoGap ">
|
||||
<label for="order" data-i18n="Order:">Order:</label>
|
||||
<input class="text_pole wideMax100px margin0" type="number" name="order" placeholder="" />
|
||||
<input class="text_pole wideMax100px margin0" type="number" name="order" placeholder="" min="0" max="10000" />
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue