I am testing out a component that uses jsonforms to render forms. Changing the input for it does not trigger the onChange handler. OnChangeHandler gets called in codeosandbox but not during testing on ...
The onchange event occurs when the value of an element has been changed. For radiobuttons and checkboxes, the onchange event occurs when the checked state has been changed. Execute a JavaScript when a ...