``` <input type="text" autoComplete="off" autoCapitalize="off" autoCorrect="off" spellCheck={false} /> ```
I'd prefer not creating a custom javascript keyboard so I'm feeling a little stuck. I've tried playing around with using a hidden password input that'll trigger the keyboard to appear while rendering text in a visible component styled to look like the input, but it's quite finicky and I'm worried this'll produce unexpected side effects. Does anyone have any insights on how to best approach this?