Learn business growth with Google Analytics 4 Forums Google Analytics 4 Troubleshooting input value recognition in Angular using dev tools Reply To: Troubleshooting input value recognition in Angular using dev tools

  • Jesse

    Member
    12 June 2023 at 10:04 am

    It looks like the issue might be that you’re trying to trigger a change, but the system is not recognizing it. Because of how some systems are built, your script may need to not just make the change but also trigger a specific event to make the system realize the change happened. You may have more luck if you use a different method, like trying to trigger an “input” event instead, as some systems listen for this instead of a “change” event.