Jack O'Connor

Results 12 issues of Jack O'Connor

> Since you mentioned translations, > > How about migrating to [DisplayNames](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames) for region display names? > > ```js > // Get display names of region in English > let...

enhancement
needs-dev
breaking-change

I've just spotted that the Vue component is checking the `strictMode` option to determine whether to use `isValidNumber` or `isValidNumberPrecise`, which is a bug. `strictMode` is a totally different feature...

bug
needs-dev