Keyboard cursor for textbox getting set from beginning after writing 3/4 letters


How many different processes are competing with your fingers to update those text boxes while you type?

  • Clock Timers
  • FireBase Events

Try temporarily disabling those events and see if you can type uninterrupted.

If the events are to blame, think of a way to defer all those textbox updates until no textbox has focus.