set tabindex for button not working
问题 I have few controls on a form. I have to set the tabIndex in an order that is not natural to their order of creation on HTML. There is a button at the fag end and the tabIndex is not getting set (it's never focussed) only on this element. <button id="btnSave" tabindex = "86" title='click here'>Submit Here</button> What may be the reasons?? Appreciate your help. 回答1: Tabindex Best Practices Commonly, I would suggest that do not set Tabindex with any incremental values because for any fields