I have a Halogen app in production and I’ve received a bug report saying:
When editing a profile the text input loses focus after every character, meaning you have type one character, click on the input to regain focus, then type another character, and so on.
This is the second time I’ve received this bug report. However, I’m unable to reproduce it. I tried googling around and people seem to be having a similar issue in React when the input is rerendered on every character input, but I haven’t encountered this behavior in my Halogen app on any combination of browsers, devices and operating system that I’ve tested it on. People that experienced the bug weren’t running anything weird: one was on Safari on a Mac, one was on the newest Chrome version on Windows 10.
Has anyone else experienced this loss of focus when working on a Halogen app for whatever reason?