Hi ,
I have been facing an issue with Internet Explorer about tabulation, i already use tabindex but it didn't solve my problem. I need to tabulate horizontally and when I move the week page as you can see in the image the focus stays always the input field that I have inserted some value. So, how can I focus the first input no matter what happens every time I switch page? This issue just happens on IE, I tested on Chrome and it works as aspected.
Thanks,
Matheus.
Which version of IE? HTML attribute: tabindex is only supported on IE11.
Reference: https://caniuse.com/#feat=mdn-html_global_attributes_tabindex
--
Swatantra
Swatantra Kumar wrote:
Thanks for the reply and I'm using IE 11 already.