London | 26-ITP-May | Dagim Daniel | Sprint 2 | book library - #538
London | 26-ITP-May | Dagim Daniel | Sprint 2 | book library#538Dagim-Daniel wants to merge 4 commits into
Conversation
cjyuan
left a comment
There was a problem hiding this comment.
Could you also check if any of this general feedback can help you further improve your code?
https://github.com/CodeYourFuture/Module-Data-Flows/blob/general-review-feedback/debugging/book-library/feedback.md
Doing so can help me speed up the review process. Thanks.
There was a problem hiding this comment.
-
Even though this element has a
requiredattribute, the user could still "submit" the input the even if this input field is empty. Could you find out why and then address the issue? -
If possible, also make this input field to accept only positive whole numbers.
There was a problem hiding this comment.
The checkbox is not showing.
The issue is related to Bootstrap 4.4.1. Could you use AI to find a way to fix the issue? Mentioning "Bootstrap 4.4.1" might help.
| value="Submit" | ||
| class="btn btn-primary" | ||
| onclick="submit();" | ||
| onclick="submit()" |
There was a problem hiding this comment.
Could you research the trade-off between
- Attaching event listener in HTML
- Attaching event listener using
addEventListener()in JS
cjyuan
left a comment
There was a problem hiding this comment.
Changes look good. Well done.
Learners, PR Template
Self checklist
Changelist
fixing major bugs of the book library project