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

FEATURE: ability to check if the user has completed required fields before submitting the form

Open matyasjay opened this issue 1 year ago • 0 comments

Detailed Description

There are some situations where the form status needs to be checked before submission. To achieve this, I propose an additional event handler attached to the inner form object which populates this data.

Context

I ran into this requirement during the implementation of a client request but couldn't find any workaround.

Possible Implementation

TBC

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 39, node.js 5.4):
  • Operating System and version (desktop or mobile):
  • Link to your project:

matyasjay avatar Feb 28 '24 09:02 matyasjay