Philip Senechal

Results 7 comments of Philip Senechal

Interesting...I have the same issue, but on Android. I changed the dependency over to sign_in_with_apple and the iOS login works perfect (as long as you're running a iOS13 emulator), however,...

I have use cases where I have clearable and non-clearable Dropdowns on the same page, so a global CSS option wouldn't work in this case. I haven't looked into how...

+1 Clients are requesting this

Adding `@Published` worked for me. I added it to `isLoggedIn` as well. Any reason we can't use `isLoggedIn` instead of `session != nil`? Seems to work well and I prefer...

This is definitely a bit tricky. I think the behavior should be that if the ngxValidationErrorsField directive is applied (or the corresponding HTML tags surround the formControl), it shouldn't attempt...

I'm also getting errors during compile of this dependency...these occur throughout the code: `ERROR in node_modules/ngx-custom-validators/node_modules/@angular/core/core.d.ts:256:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 1 type argument(s).` This started occurring after...

All good now after the update. Thanks!