craustin / triply

Trip Planning Toolkit
http://desolate-thicket-4407.herokuapp.com/#/
3 stars 0 forks source link

In-line cost editing should save on enter #16

Open ESRogs opened 10 years ago

ESRogs commented 10 years ago

Right now the whole row is not a form, just the final cell is the form. I believe this is why hitting enter when the focus is in one of the text inputs does not submit the form.

I think we need to put the whole row inside the form, but I'm not sure how to do this and still have the row be part of the full table so that the cells line up with the column headers.