How to use the @jsonforms/examples.onChange.onChange function in @jsonforms/examples

To help you get started, we’ve selected a few @jsonforms/examples examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github eclipsesource / jsonforms / packages / example / src / util.tsx View on Github external
<button>
                  Issue1220Example.unregisterIssue1220UISchema(dispatch)
                }
              &gt;
                Unregister Issue 1220 UISchema
              </button>
            
          )
        });
        return issue_1220;
      case 'onChange':
        return {
          ...e,
          onChange: OnChangeExample.onChange
        };
      default:
        return e;
    }
  });