Enzyme

Tips

Simulate input change event

1
wrapper.find('input').simulate('change', {target: {value: 'My new value'}});

Comments

⬆︎TOP