Browse Source

ajoute l'autofocus sur l'input supplier

master
vince vince 2 years ago
parent
commit
5f589b39cc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.php

+ 1
- 1
index.php View File

@ -417,7 +417,7 @@ $linkUrl = !$hasSupplier ? generateUrl() : (!$hasEvent ? generateUrl($supplier)
<span class="d-inline d-sm-none" title="<?php echo generateUrl(); ?>">&hellip;</span>
/
</span>
<input type="text" class="form-control js-closealerts" name="supplier" list="supplierList" required placeholder="MonFournisseur" />
<input type="text" class="form-control js-closealerts" name="supplier" list="supplierList" required placeholder="MonFournisseur" tabindex="1" autofocus />
<button class="btn btn-primary" type="submit">Aller&nbsp;&rarr;</button>
</div>
</form>


Loading…
Cancel
Save