Brindha
Brindha

Reputation: 11

Remove tabindex

How to remove default tabindex to the browser url?

Upvotes: 1

Views: 1541

Answers (2)

Puppe
Puppe

Reputation: 5125

There is no way to control the tab index for the address bar.

Upvotes: 3

There’s no way you can remove tabbing order. You can redefine it, adding the tabindex property to elements, setting numeric values on them. The lower the value the earlier the element gets focus.

Upvotes: 0

Related Questions