TypeScript React project to retrieve dynamic form input fields value.
Budget: $50 – $51 USD
We have a project using React in TypeScript. The project is using Webpack to compile TypeScript source code into JavaScript bundle and load it into HTML page. The project creates form fields dynamically in nested functions. The form input fields are generated based on specified type, and they could be text, number, email, select, or any HTML input. We need a efficient way to retrieve all the form input fields value and set them into existing object instance.
There are two options. The first one is mandatory, which is to retrieve all the fields value when the form submit; and the second is to retrieve each of the field value by the input onChange event.
There are two options. The first one is mandatory, which is to retrieve all the fields value when the form submit; and the second is to retrieve each of the field value by the input onChange event.