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 find I need to hack the search field whenever the elFinder component is located within a form to prevent the form submitting when the user searches for files:
I find I need to hack the search field whenever the elFinder component is located within a form to prevent the form submitting when the user searches for files:
$(".elfinder-button-search input").keypress(function(){if(event.which=="13"){event.preventDefault()}})
Maybe this should be the default behaviour, or an option.
The text was updated successfully, but these errors were encountered: