Availity / availity-reactstrap-validation

Easy to use React validation components compatible for reactstrap.
https://availity.github.io/availity-reactstrap-validation/
MIT License
191 stars 70 forks source link

How can I update a input value #137

Closed silviolleite closed 5 years ago

silviolleite commented 5 years ago

I wanna update the inputs values after request a API.

TheSharpieOne commented 5 years ago

You can provide the value prop to control the value of the input. It's best to not switch between controlled and uncontrolled inputs, so if you intend on providing a value, you would always provide the value prop with the value you want in the input.