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

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

Open yossimal95 opened this issue 1 year ago • 1 comments

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

Tanks!

yossimal95 avatar Apr 04 '24 09:04 yossimal95

You can use onChange prop of a <Form>, which gives you access to all current values of whole form when they change. Some inputs also provides their ownonChange prop, which is being triggered only when particular field changes.

firflant avatar Nov 24 '24 12:11 firflant