-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Description
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
Labels
No labels