When some text is added in an input field and text exceeding its width. Now when the focus is shifted outside the input field (blurred), I want to show its text from beginning (not where the user stopped typing).
In Chrome, it is working by default i.e. when the focus is lost from the input field, the Chrome automatically moved the cursor to the beginning of the text.
In Mozilla, EDGE, IE this behaviour is not working.