-
-
Notifications
You must be signed in to change notification settings - Fork 491
Cape Town | 25-ITP-May | Asanda Dunn | Sprint 1 | Form Controls #1283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,13 @@ <h1>Product Pick</h1> | |
| </header> | ||
| <main> | ||
| <form> | ||
| <label>Name</label> | ||
| <input> | ||
| <label>Email</label> | ||
| <input> | ||
| <label>Colour</label> | ||
| <input> | ||
|
Comment on lines
+20
to
+21
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't currently select a colour - please add the ability to select a comment, as outlined in the README |
||
| <label>Size</label> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't currently select a size - can you add that functionality so the requirements as below are met
|
||
| <!-- write your html here--> | ||
| <!-- | ||
| try writing out the requirements first as comments | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the moment, I can keep these inputs blank but the actual requirements say there are some rules here - can you find these rules and make these two inputs stricter?