Disable tab as indent character in redactor

351 Views Asked by At

The default configuration for the tab keys is to indent the paragraph. Is there a way to disable this behavior? I want the tab key to move the cursor to the next input field on the page.

1

There are 1 best solutions below

2
On BEST ANSWER

According to the redactor docs:

$('#redactor').redactor({
    tabKey: false
});