DEV Community

Discussion on: No need to write change handlers for multiple React inputs!

Collapse
 
karataev profile image
Eugene Karataev

For the cases when you don't need current input state for validation, calculation, e.t.c you just can use uncontrolled inputs and read inputs' values via ref.