In the Textarea field if I press tab it’ll do its default behavior and move focus to another HTML element.
What I want to happen is for tab to create an indent at my cursor inside of the textarea, like what happens inside of a code editor.
Is this possible to achieve with ACF?