JacksonBates/pair-frontend

The form modal needs a close button

Closed this issue · 0 comments

Similar to #1

The form modal can currently be closed by tapping outside of the modal or pressing the Esc key.

While this is fine, it is a little unclear, and on mobile it can be tricky to tap outside of the modal.

The form model is on lines 49-72 of App.js in the src folder. It needs a button, and this button needs to be 'wired' up in the constructor part of the component (lines 9-28 of App.js).