Skip to content

onChangeInput prop doesn't work #123

@lasfin

Description

@lasfin

Thanks for your library, great work.

I have a problem with onChangeInput prop, which isn't triggered.
In the example below function onChangeInput doesn't trigger at all, but onChange at inputProps works. Is it expected behaviour? Version 3.14

<TagsInput
    value={this.state.tags}
    onChange={this.handleChange}
    onChangeInput={() => {console.log("doesn't work")}}
    inputProps={{onChange: () => { console.log("work")  }}}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions