mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 21:08:54 +01:00
Allow et2-select-email to be focused as first input
This commit is contained in:
parent
d5d9dd6164
commit
8747bc2e0c
@ -845,7 +845,7 @@ export class etemplate2
|
|||||||
|
|
||||||
public focusOnFirstInput()
|
public focusOnFirstInput()
|
||||||
{
|
{
|
||||||
const $input = jQuery('input:visible,et2-textbox:visible', this.DOMContainer)
|
const $input = jQuery('input:visible,et2-textbox:visible,et2-select-email:visible', this.DOMContainer)
|
||||||
// Date fields open the calendar popup on focus
|
// Date fields open the calendar popup on focus
|
||||||
.not('.et2_date')
|
.not('.et2_date')
|
||||||
.filter(function()
|
.filter(function()
|
||||||
|
Loading…
Reference in New Issue
Block a user