DefinitelyTyped/types/react-jsonschema-form
Sebastian Busch b8d4168f84 Fix onBlur/onFocus signature for (custom) widgets
Unfortunately, `react-jsonschema-form` has it's own signature of `onBlur` and `onFocus` which is incompatible with HTMLElement (custom signature is documented [here](https://github.com/mozilla-services/react-jsonschema-form/blob/master/README.md#custom-widget-components))

My change fixes the definition just for the affected props, which still using all other props of HTMLElement.
2018-10-24 11:54:04 +02:00
..
index.d.ts Fix onBlur/onFocus signature for (custom) widgets 2018-10-24 11:54:04 +02:00
react-jsonschema-form-tests.tsx Fix onBlur/onFocus signature for (custom) widgets 2018-10-24 11:54:04 +02:00
tsconfig.json
tslint.json