Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Input.onChange not called when input is cleared #930

@miroslavstastny

Description

@miroslavstastny

Bug Report

Steps

<Input
  clearable
  onChange={(event, data) => {
    console.log('changed', data.value)
  }}
/>

Enter some text, hit clear icon

Expected Result

onChange callback called with every change as well as after clear

Actual Result

onChange NOT called after clear 💣

Version

0.21.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    vstsPaired with ticket in vsts

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions