Cómo hacer que una entrada no se pueda enfocar en HTML
<!-- Set the 'tabindex' attribute to '-1' -->
<input type="text" tabindex="-1" />
Code Rabbi
<!-- Set the 'tabindex' attribute to '-1' -->
<input type="text" tabindex="-1" />