Jak sprawić, by dane wejściowe nie były możliwe do koncentracji w HTML

<!-- Set the 'tabindex' attribute to '-1' -->
<input type="text" tabindex="-1" />
Code Rabbi