SyntaxFix
Write A Post
Hire A Developer
Questions
If the props on your component was passed as a state, put a default value for your input tags
<input type="text" placeholder={object.property} value={object.property ? object.property : ""}>