shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.66k stars 991 forks source link

Warning with vue/compat: ATTR_ENUMERATED_COERCION #1677

Closed leitnermatias closed 1 year ago

leitnermatias commented 1 year ago

Steps to reproduce

Using 3.0.0-beta.1 version while migrating a Vue 2 project to Vue 3 I get ATTR_ENUMERATED_COERCION warning.

Expected behaviour

No warning should show up. On file Multiselect.vue line 54 there is an attribute spellcheck="false" that might be what's causing the issue

Actual behaviour

A warning ATTR_ENUMERATED_COERCION shows up

imagen

mattelen commented 1 year ago

Fixed and launched on v3.0.0-beta.2

brnpimentel commented 1 year ago

@mattelen i'm getting this in v3.0.0-beta.2.. Is it fixed?

mattelen commented 1 year ago

@mattelen i'm getting this in v3.0.0-beta.2.. Is it fixed?

Yeah this is fixed. If you are still having issues with it feel free to open a new issue

niksy commented 1 year ago

Even though compatConfig is set, warning still shows up.

brnpimentel commented 1 year ago

Exactly. @mattelen please review https://github.com/shentao/vue-multiselect/pull/1708

jpoiron commented 10 months ago

I am also seeing this and I believe the fix in #1708 should do the trick. Thanks!

nikkipelchat commented 7 months ago

Just to add the version for anyone reading this thread - it is fixed in v3.0.0-beta.3