react-json-schema-form-extras
react-json-schema-form-extras copied to clipboard
Bug: onFocus does not work in combination with typeahead
I use the onFocus prop of react-jsonschema-form
to get some information on the currently selected form element. This isn't triggered when selecting the typeahead-using input.
looking at https://github.com/ericgio/react-bootstrap-typeahead/blob/master/docs/Props.md, there is an onFocus function that gets called by typeahead that can be used to propagate to the react-jsonschema-form onFocus event?