I am currently using react-plaid-link embedded in an application. I am utilizing the onEvent function to check meta-data and capture metrics about our users interactions. However I noticed that when a user loads the PlaidEmbeddedLink for the first time and selects Manually connect the only events triggered are TRANSITION_VIEW and OPEN, however if I select an institution then exit the flow and re-select Manually connect the event SELECT_INSTITUTION is triggered along with the original two.
I believe the SELECT_INSTITUTION should be triggered on the initial click of Manual connect or not triggered at all when Manual connect is selected.
For my specific purposes it would be beneficial if SELECT_INSTITUTION was triggered on every click of Manually connect
I am currently using
react-plaid-linkembedded in an application. I am utilizing the onEvent function to check meta-data and capture metrics about our users interactions. However I noticed that when a user loads thePlaidEmbeddedLinkfor the first time and selectsManually connectthe only events triggered areTRANSITION_VIEWandOPEN, however if I select an institution then exit the flow and re-selectManually connectthe eventSELECT_INSTITUTIONis triggered along with the original two.I believe the
SELECT_INSTITUTIONshould be triggered on the initial click ofManual connector not triggered at all whenManual connectis selected.For my specific purposes it would be beneficial if
SELECT_INSTITUTIONwas triggered on every click ofManually connect