Stephen Zurcher
Stephen Zurcher
I would also note that the restrictive type template of 'string | boolean | number' does not account for custom objects either. We have a claim that looks like ```...
Hi @aarongranick-okta, That looks like it should work with my use case. I look forward to seeing it in a release :)
Just a guess, but you likely want version 7 of the datetime-picker component. Angular 12 - v6 datetime-picker Angular 13 - v7 datetime-picker Angular 14 - v8 datetime-picker
There is no documentation on the pitfalls in testing if using APP_INITIALIZER. Even if the work around doesn't work for every user scenario, that this issue is outstanding for 5...
It seems the material styles for the date picker don't get injected. If you have a standard mat-datepicker implemented and load that, after viewing it, this component inherits the injected...
I am working around this for now by specifying the container type as: `oktaConfig: WidgetOptions & { defaultCountryCode: string; }`