foxhound87
2/4/2017 - 3:43 PM

[mobx-react-form][2] onBlur

[mobx-react-form][2] onBlur

const onBlur = field => (e) => {
  e.preventDefault();
  field.onBlur(e);
  field.validate();
};