Alexander Shabunevich

Results 55 comments of Alexander Shabunevich

@mfillon yes, if you want to bind a `v-model` to the raw property directly, it's impossible.

Reproduction sandbox is using 2.0.0 version. With latest (2.1.11) there is no `1-23` issue. But main issue with Safari is confirmed. Will take a look, thanks.

Looks like it's a [known bug](https://github.com/vuejs/core/issues/8086): Safari do not firing `change` event after value of input was modified. `blur` event could helps as a workaround.

Sorry for delay. I'm currently working on a new major version which should resolve this issue.

But UMD is not CJS. What about browsers? Looks like we need third format for CJS or some corrections of package.json.

Could you please provide minimal repo that gives such error?

@matt-meagher Hi, can you please create minimal repo with such error?

Thanks. Should be fixed in v2.1.6

Well, yes. Confirming this behaviour with eager mask, but I'm not sure I could easy fix that. For this I should change logic of the eager-mask processing. I will reopen...

Please try with the new version (2.0), it should be fixed I think.