tleunen / react-number-editor

Custom number editor (text field) react component
MIT License
70 stars 15 forks source link

Fix enter key behaviour. #15

Closed yoink00 closed 9 years ago

yoink00 commented 9 years ago

The enter key no longer propogates (so form no longer submits) and the event object (e) is now passed to the _onBlur method.