forked from extern/egroupware
automatic focus on first et2-textbox too, not just input
This commit is contained in:
parent
6db4327705
commit
879fb84229
@ -830,7 +830,7 @@ export class etemplate2
|
||||
|
||||
public focusOnFirstInput()
|
||||
{
|
||||
const $input = jQuery('input:visible', this.DOMContainer)
|
||||
const $input = jQuery('input:visible,et2-textbox:visible', this.DOMContainer)
|
||||
// Date fields open the calendar popup on focus
|
||||
.not('.et2_date')
|
||||
.filter(function()
|
||||
|
Loading…
Reference in New Issue
Block a user