Closed helenzhou6 closed 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.
See #60. This is because you have assigned the buttons as type "submit".
Fix included in #78 Thanks for pointing that out!
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.