react-json-schema-form-extras icon indicating copy to clipboard operation
react-json-schema-form-extras copied to clipboard

Bug: onFocus does not work in combination with typeahead

Open Kilian opened this issue 6 years ago • 1 comments

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.

Kilian avatar Jul 11 '18 12:07 Kilian

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?

Kilian avatar Jul 11 '18 12:07 Kilian