Matthieu Fillon
Matthieu Fillon
I agree, in many cases, we just want the mask to be a visual help while typing the value. But we want to keep the raw value in the model....
Hi CKEditor team & community, I'm moving a Vue2 app from Vue-CLI/webpack to Vite, and I'm also having a hard time finding a proper way to configure CKeditor with it,...
Thanks for your suggestion @chaigrb . It works, though for the postcss config, it uses `@ckeditor/ckeditor5-dev-utils`, which has a peer dependency on `webpack`, even though the part used for postcss...
Hey @beholdr, Thanks for the great work on this v2. After playing around, though, I still don't see a convenient way to do it in Vue. The way I understand...
@5e Nope, maybe using `:value="unmaskedValue"` instead of `v-model` would work better in the snippet. @beholdr Can you tell us how you would do it with the v2? Is the snippet...
> If you don’t use v-model, you can use [events](https://beholdr.github.io/maska/#/?id=events) to get raw value. @beholdr Is there a way to do it with `v-model` while keeping the raw value?
From the doc, I read `To get masked value you can use standard v-model directive. But if you want to access an unmasked (raw) value, you can pass a variable...