Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Currently, onFocus and onBlur are private eventHandlers.
What is the expected behavior?
I'd like to expose these as override functions from props.
As a consumer, I'd like to be able to take a specific action in our app onBlur, but there's currently no way to accomplish that. With that I'd also like to have the option to suppress the save onBlur since any difference is already saved onChange.
I've attached a code sample that I'd like to see.

Anyone wanting to still save onBlur can either omit utilizing it as a prop or pass in their custom function that does whatever they need and also calls the same function they pass in for onSave.
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Currently, onFocus and onBlur are private eventHandlers.
What is the expected behavior?
I'd like to expose these as override functions from props.
As a consumer, I'd like to be able to take a specific action in our app onBlur, but there's currently no way to accomplish that. With that I'd also like to have the option to suppress the save onBlur since any difference is already saved onChange.
I've attached a code sample that I'd like to see.
Anyone wanting to still save onBlur can either omit utilizing it as a prop or pass in their custom function that does whatever they need and also calls the same function they pass in for onSave.