Skip to content
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
@OmgImAlexis

Description

@OmgImAlexis

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

  1. Create project with @next branch.
  2. Fill a field with text
  3. Empty field
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions