Self closing Wrong: <input></input Correct: <input/> If you are using bootstrap: Wrong: <Form.Control></Form.Control> Correct: <Form.Control/>