Hi folks,
Could you suggest the best way to keep focus on a particular input field on page? What I am trying to say is, no matter where user clicks on the screen, the focus should return back to this one particular input. I am thinking of a timer function that would check for focus every 500ms and if its not there, then bring it back. Also the best way to submit this input field without making use of any button Any other and best solution for this?