Trent Prynn
Trent Prynn
I see what's going on in [the directive](https://github.com/mike-roberts/ngx-plaid-link/blob/master/src/lib/ngx-plaid-link.directive.ts) it's disabling the button itself with `this.disabledButton = true;` until plaid is initialized, then re-enabling it. Probably need to add a disabled...
Sorry, I think I misunderstood how the library src was setup when I opened this issue. I checked the package.json in the root of this project and saw angular@13 dependencies...
+1, encountering this issue as well while upgrading to angular@15 (from angular@14), temporary workaround I found is using lazy-loaded tabs makes the form input prefix text render as expected ```html...
@mike-roberts no rush, happy to look into this myself as well
Just chiming in to add that I'm excited for this feature and add a reason it will be super useful to me! Currently I primarily use stackblitz as a way...