firflant / react-form-component

Simply create a forms, without having to write state management logic on your own. Form library based on Context API with a wide selection of user friendly inputs.
32 stars 4 forks source link

Any way to get inputs values without the submit click event? #23

Open yossimal95 opened 7 months ago

yossimal95 commented 7 months ago

I'm trying to use it in a form without submit button. Can I get the selected values in different way?

Tanks!