I am reporting a bug. This started happening on Sept 16, 2025.
The issue is on focus event of a text field, I popup a modal for selection. Upon closing the modal with or without setting the value back into the text field. The popup is triggered again. Whenever I close the popup, it will popup again. Looks like the focus event is not cleared or because of the closing, the text field gained the focus again.
The workaround for now is to call blur() before launching the popup modal.