Relative Content

Tag Archive for javascripthtmlreactjsreact-hooksjsx

React Dialog Modal Is Appearing before User Clicks the intended button

I have a todo app which I am working on, the intended flow is for the user to input their “Todo” and click create which adds the todo to a list of Todos, with each todo then getting an edit button. The modal is meant to appear on clicking the edit button which would allows the user to describe their todo in detail. However at the moment the Modal is popping up when the user creates the Todo.