Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 366 Bytes

File metadata and controls

14 lines (9 loc) · 366 Bytes

Input Fields Connected to Array Elements in React State

An example of separate input field values connected to elements within a state of type array.

Able to append new fields to end of array, and delete specific elements in array by clicking on delete button.

On save, removes any elements in array that are empty.

Setup

npm install
npm start