mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +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()
|
||||
{
|
||||
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
|
||||
.not('.et2_date')
|
||||
.filter(function()
|
||||
|
Loading…
Reference in New Issue
Block a user