My application contains a series of textInputs. If my user clicks on a textInput, which is out of the intended application-flow sequence, an Alert pops up.
The function which triggers the alert also sets focus to the correct textInput. However, when the user closes the alert, the focus jumps back to the (incorrect) textInput which triggered the alert. Hoe can I prevent this please?

