Hi guys,
I want no focus on the first input field when I open the editor. What is the best approach?
This code does not work:
editor.on( 'open', function( e, mode, action ) { $('input').blur(); });
Cheers Hannes
This question has an accepted answers - jump to answer
Use the focus option of the form-options object.
focus
form-options
Allan
Great thanks, did not find this option!
Thanks Hannes
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Use the
focus
option of theform-options
object.Allan
Great thanks, did not find this option!
Thanks
Hannes