Quentin Dauprat

Results 46 comments of Quentin Dauprat

I have also this problem. Here is a reproductible: https://jsfiddle.net/x9fwdr8v/ @Jexordexan, the problem seems appears when the model refers to an array inside an object and when this array is...

I think, this issue should wait that all major browsers (Chrom*, FireFox, Safari) update there implementation of the ECMAScript. See: https://stackoverflow.com/a/60588156

@exoego, I don't know. When it will be implemented by all major browser, this will maybe require modification in [types/index.d.ts](https://github.com/kazupon/vue-i18n/blob/v8.x/types/index.d.ts).

Hi @exoego, According to [CanIUse](https://caniuse.com/mdn-javascript_builtins_intl_numberformat_numberformat_unit), the support of this feature (`style: 'unit'`) seems to be supported by all major browsers, but it is very very recent (April 26 for Safari)....

The problem does not came from the Popup, but from the added button in forms, like in the following screenshot: ![CleanShot 2022-05-12 at 10 26 36@2x](https://user-images.githubusercontent.com/16735076/168026726-7fa51845-e901-424d-8783-cf24216807df.png) If I click on...

So, for the button added in form, it should act like the `Create` button of the popup of the extension, isn’t? Because this is not the case, since it does...

> clicking on the icon injected in the email field: the new alias uses the website domain if the setting is enabled (it's enabled by default) and the default domain...

@nguyenkims, Here is a short video of the issue: https://user-images.githubusercontent.com/16735076/169049298-0fb852c0-5aec-4daf-80dc-eab211acb272.mp4

Nope, this alias as not been used before. Every time I click on the button, it generates a new random alias.

In fact, it doesn't even work on Facebook: https://user-images.githubusercontent.com/16735076/169282668-0e5cb51a-75ea-469b-8463-688d98b81455.mp4 My hypothesis is that somewhere, when we do change in settings of alias (« Change the way random aliases are generated...