I am trying to get cursor (blinking cursor) axis of a text-field on keyup event. I researched a lot but did not get any solution.
There are methods in MouseEvent i.e clientX and clientY. Is it possible get axis of the blinking cursor on KeyUp?
Here is the HTML :
<input type="password" ng-model="password" onkeyup="dirty()">
Here is my script :
function dirty(){//get the cursor axis here}