react-jsonschema-form icon indicating copy to clipboard operation
react-jsonschema-form copied to clipboard

onChange specific field

Open anthony-bernardo opened this issue 6 years ago • 2 comments

Prerequisites

  • [x] I have read the documentation;
  • [ ] In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.

Description

Hello, Is there a way to know with the onChange callback, which field has been updated ? Thank you

anthony-bernardo avatar Jul 18 '18 12:07 anthony-bernardo

This functionality is not present by default. However, I was able to customize the SchemaField component to achieve the desired functionality.

See the following issue for details: #651

manahga avatar Jul 18 '18 13:07 manahga

Hello,

I wanted to ask if you have already worked on this type of requirement. I would really appreciate it. @xero88 do you know if you already have a different solution on this?

CarlFMateus avatar Mar 16 '22 17:03 CarlFMateus