-
-
Notifications
You must be signed in to change notification settings - Fork 999
Closed
Description
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