react-md-editor
react-md-editor copied to clipboard
Can't catch onBlur event
When passing an onBlur callback in the codemirror options, the callback is not fired.
I believe this is because the event is also used internally.
Could the focusChanged method trigger some optional onFocusChange event so we can detect blur/focus ?