fac-13 / jikt-todo

To do list by Jenath, Ivana, Katia, Tom
https://fac-13.github.io/jikt-todo/
2 stars 1 forks source link

Bug: 'Please fill in this field' appearing #73

Closed helenzhou6 closed 6 years ago

helenzhou6 commented 6 years ago

If you press the 'descend' or 'A-Z' button, the 'Please fill in this field' pops up. 🤔

I think it's because your event listener is added to the element with #add-todo id, whilst it should be added on the specific add/submit button.

shannonjensen commented 6 years ago

See #60. This is because you have assigned the buttons as type "submit".

tdoran commented 6 years ago

Fix included in #78 Thanks for pointing that out!