Sergii Pashko
Sergii Pashko
@jawahar95 if you mean removing the word in brackets, I'm doing it like this (simplified): ``` @ViewChild(NgxMatIntlTelInputComponent) phoneInput: NgxMatIntlTelInputComponent; ngAfterViewChecked(): void { this.phoneInput?.allCountries.forEach((country) => country.name.replace(/( \(.*\))$/, '')); } ```
Fixed [in 3.2.2](https://github.com/tanansatpal/ngx-mat-intl-tel-input/pull/70/files#diff-986f0cef65995a3438bcdebb102fab33L27).
Implemented [in 3.2.2](https://github.com/tanansatpal/ngx-mat-intl-tel-input/pull/70/files#diff-986f0cef65995a3438bcdebb102fab33R76)
The same error with an array of primitives (in my case - string) also in [@graphql-mesh/openapi](https://github.com/Urigo/graphql-mesh/blob/b9a8b348bad678391719c60e2f49851dee0f5ce8/packages/handlers/openapi/src/openapi-to-graphql/resolver_builder.ts#L334) So both libs support only objects in response?
Hi! Any updates?