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
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
I'm curious if this is a desired change that could be implemented? I'm happy to implement it, however it looks like there are unit tests checking that this functionality "works" and I don't have the context on why it was implemented this way in the first place.
Maybe @alvarosaburido can comment?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When a user types into an input box it emits a "change" event. If the field is set to "" the change event isn't fired.
To Reproduce
@next
branch.Expected behavior
The field to be cleared and the change event to be fired.
Additional context
The sandbox doesn't have this issue and I believe that's because it's still using the vue 2 version.
The text was updated successfully, but these errors were encountered: