The problem
Adding the property selectTextOnFocus to multiple TextInputs can cause the focus to jump between them indefinitely.
How to reproduce
Simplified test case:
https://codesandbox.io/s/nifty-kowalevski-tbmev
Video:

Steps to reproduce:
- Click in first input
- Click another window, so the browser looses the focus
- Click in second input
- The focus should now jump between them
Expected behavior
The last clicked input should get the focus.
Environment (include versions). Did this work in previous versions?
- React Native for Web (version): 0.17.5
- React (version): 17.0.2
- Browser: Chromium version 95.0.4638.54
The problem
Adding the property
selectTextOnFocusto multipleTextInputs can cause the focus to jump between them indefinitely.How to reproduce
Simplified test case:
https://codesandbox.io/s/nifty-kowalevski-tbmev
Video:

Steps to reproduce:
Expected behavior
The last clicked input should get the focus.
Environment (include versions). Did this work in previous versions?