You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buefy version: 0.1.2 Vuejs version: 3.3.4 OS/Browser: do not care
Description
@kikuomax, something related to this here... while testing version 0.1.2, I noticed that some situations where I was passing classes to the <b-select> component where conflicting with the Vue 2 behavior.
Which I guess is fine... if it wouldn't break much of the logic that I had so far... Is there a way to disable this new behavior? I know it happens due to this.
Overview of the problem
Buefy version: 0.1.2
Vuejs version: 3.3.4
OS/Browser: do not care
Description
@kikuomax, something related to this here... while testing version 0.1.2, I noticed that some situations where I was passing classes to the
<b-select>
component where conflicting with the Vue 2 behavior.Previously, something like this:
Would result in this:
Now, the same code output this:
Which I guess is fine... if it wouldn't break much of the logic that I had so far... Is there a way to disable this new behavior? I know it happens due to this.
Originally posted by @mateuswetah in #16 (comment)
Steps to reproduce
See description.
Expected behavior
See description.
Actual behavior
See description.
The text was updated successfully, but these errors were encountered: