I am one bug away from MVP1.

I started googling this problem, which led me to try tabbing into the fields with the keyboard. This revealed the text is actually editable, and the problem is to do with gaining focus from the mouse. So I think it’s the CSS that’s causing the bug, not the jsx. Re-sizing the window revealed that when the input box for band name wrapped on to the next line, it became able to gain focus with the mouse. I think maybe I have some overlapping elements which are preventing a click on the right thing. However I don’t feel inclined to spend more time on this right now, as the next round of styling might make it moot. I’m going to leave the ticket open and declare MVP1 complete, so I can get on to the delights of setting up a database!