mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
- LSform : Sélection automatique du premier champ d'un onglet : ajout de la
possibilité de la selection d'un champ select
This commit is contained in:
parent
68d2d9977f
commit
6db3e82759
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ var LSform = new Class({
|
|||
if (!$type(el)) {
|
||||
el = ul.getElement('textarea');
|
||||
}
|
||||
if (!$type(el)) {
|
||||
el = ul.getElement('select');
|
||||
}
|
||||
if ($type(el)) {
|
||||
if(el.type!='hidden') {
|
||||
el.focus();
|
||||
|
|
Loading…
Reference in a new issue