I have this scenario:
-
form model is empty {} at first render
-
fetch from database the record to variable that is in model={modelData}
(not using some input value={})
-
the input values not changed it is still empty
Is my approach bad :) ? thank you so much