0
votes

I have a div which works as a container.
In this div, I have two input components and my own component which looks like a button but it is a div.

When user clicks tab button, focus goes from one input to another but it skips my button like but div in fact component.

How to allow my button like but div in fact component get focus?

Thank you! :-)