Hi all,
how can I remove the autofocus from all my form input fields?
I’ve already tried to put the following function into the MediaWiki:Common.js
$(function(){
$('input').blur();
});
But this doesn’t work.
Kind regards,
Jonathan
Hi all,
how can I remove the autofocus from all my form input fields?
I’ve already tried to put the following function into the MediaWiki:Common.js
$(function(){
$('input').blur();
});
But this doesn’t work.
Kind regards,
Jonathan
Hello Jonathan,
you can deactivate the autofocus via the parser function forminput
.
{{#forminput:form=...|no autofocus}}
See the following documentation
Is that what you were looking for?
Kind regards
Monique