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
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 .
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.