-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
How i can simulate 'change' event on react-select comonent?
wrapper.find('.Select-input input').simulate('change', { target: { value: 'text' }});
don't trigger change event
wrapper.props().onChange(event) working well
any ideas?
UPDATE: I found that your are planing rewrite this test with enzyme, but can't find any example(
#680
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels