Focus retriggered

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.

1 Like

Hi @Will_Tsui,

Thank you for reporting this! I just tested things out and you seem to be correct that either the focus event is either not cleared or re-triggered.

I will file a bug report now and update this thread with any progress I hear from the UI team :+1:

Thank you for sharing your work around! This is very helpful for any other users that encounter this same issue.

I was able to confirm that this works for now when called in a JS script in the component's event handler for when the focus is triggered.