react-json-schema-form-extras
react-json-schema-form-extras copied to clipboard
componentDidUpdate needed in TypeaheadField.js
On clearing of formData, state is not updated in TypeaheadField.js - therefore does not update and clear the typeahead. componentDidUpdate is needed to handle the change.