56
Views
2
Comments
Tab key is not working correct

Hello,

Facing issue for tab key. I am using the input with icon widget.

But from browser when I am hitting the tab after the first input box the index is going to the icon link.


Expected:

Tab index should not go to icon.


Thanks in advance

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

Hi Shubham Mane ,

Here for this we need to use 

tabindex="-1" on icon for skip tab on this.

Take a reference from this post..Skip Tab 

Thanks .

2022-12-05 07-28-20
Nihil Gujar

Hello @Shubham Mane 

For more information on "tabindex," you can also click the link below.

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex 

Thank You.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.