Html – Input fields created using React are not editable
I'm learning React and have created a two page application. The first presents the user with a list of customers from a database, with Add, Edit, Delete, View buttons, my 'App.js'. The second presents a "dialog box" using a CustomerForm…