Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3740

blur() Focus on Open

$
0
0

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


Viewing all articles
Browse latest Browse all 3740

Trending Articles