You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This used to work fine for years, but appears to have stopped working. Clicking on a button with ngf-select doesn't work anymore (doesn't do anything).
I've traced to where it gets, and it does reach fileElem[0].click(); but it appears that click action is no longer being accepted or allowed by Chrome.
This used to work fine for years, but appears to have stopped working. Clicking on a button with
ngf-select
doesn't work anymore (doesn't do anything).I've traced to where it gets, and it does reach
fileElem[0].click();
but it appears that click action is no longer being accepted or allowed by Chrome.This code has previously worked, and hasn't changed since.
Latest version, 12.2.13.
The text was updated successfully, but these errors were encountered: