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

on Change Event is Not Firing While Typing

Open jairock97 opened this issue 5 years ago • 2 comments

Hi, I am using React Json From Schema NPM but with react-jsonschema-form-extras when i type new value it goes empty after lost focus. and on change event is firing while typing

jairock97 avatar Sep 24 '19 11:09 jairock97

I could not quite understand your issue. Could you provide some more explanation/examples?

sneu012 avatar Oct 18 '19 17:10 sneu012

Hello,

Example here: https://codesandbox.io/embed/json-schema-form-playground-4h64m

I have the same problem, I put an onChange function on each of the input in the dataFormat props and also an onChange on the Form and none are firing when I type in the input.

mjozan avatar Oct 28 '19 19:10 mjozan