heilhead / react-bootstrap-validation

Form validation for react-bootstrap
MIT License
136 stars 50 forks source link

Form inputs not setting the value when form model is refreshed ? #72

Open mikethejet opened 7 years ago

mikethejet commented 7 years ago

I have this scenario:

1) form model is empty {} at first render

2) fetch from database the record to variable that is in model={modelData} (not using some input value={})

3) the input values not changed it is still empty

Is my approach bad :) ? thank you so much

jmcaffee commented 6 years ago

@mikethejet Any update on this? Did you figure out a work around?