This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Setting a field to empty doesn't emit change event #244
Open
Description
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
- Create project with
@next
branch. - Fill a field with text
- Empty field
- See the field is still showing the previous string
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.
Metadata
Metadata
Assignees
Labels
No labels