Open mikethejet opened 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
@mikethejet Any update on this? Did you figure out a work around?
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