You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add focus to custom modal input not to first modal element.
I suggest to add skip custom class name here like this: var $firstVisibleInput = _$modal.find('input:not([type=hidden]):not(.skipfocus):first')
I also have my custom class for datepicker control, I can't use datepicker class to skip focus because it will initialize also the standard datepicker.
Other issue is select2 control focus.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I want to add focus to custom modal input not to first modal element.
I suggest to add skip custom class name here like this:
var $firstVisibleInput = _$modal.find('input:not([type=hidden]):not(.skipfocus):first')
I also have my custom class for datepicker control, I can't use datepicker class to skip focus because it will initialize also the standard datepicker.
Other issue is select2 control focus.
Thanks
The text was updated successfully, but these errors were encountered: