Commit ff3c9d9e15c98d0e98b6c61616c7152f127126c5

Authored by Eric Fernandez
1 parent 14c5a65de7
Exists in master

kilómetros input mínimo 0 y step 0.01

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/views/modal-flete.html
... ... @@ -80,6 +80,8 @@
80 80 <div class="col-sm-8">
81 81 <input
82 82 type="number"
  83 + min="0"
  84 + step="0.01"
83 85 class="form-control"
84 86 id="kilometros"
85 87 name="kilometros"