-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
ITP-JAN-25-LONDON| BAKYTBEK SYDYKOV | module-onboarding/Form controls| Week2 #214
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The previous ones were closed, here is a link to it: #167 (comment). |
Form-Controls/index.html
Outdated
</div> | ||
<div> | ||
<label for="e-mail">Email:</label> | ||
<input type="e-mail" id="e-mail" name="user e-mail" required placeholder="Enter your e-mail"/> |
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.
There is no such input type as e-mail
. Please, fix it.
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.
Name attribute (as well as any other attributes) can't have spaces inside. Please, fix it.
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.
done
Form-Controls/index.html
Outdated
<input type="e-mail" id="e-mail" name="user e-mail" required placeholder="Enter your e-mail"/> | ||
</div> | ||
<div> | ||
<label for="color"> Please choose a color </label> <br> |
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.
I don't see any input with id
color. I don't think you need this for
attribute.
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.
Labels are usually used with inputs. If you don't have any corresponding input, I would suggest to replace <label>
tag with something else.
Form-Controls/index.html
Outdated
</div> | ||
<div> | ||
<label for="comment"> Comment: </label> | ||
<input type="text" id="comment" name="comment"> |
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.
It is good that you have comment field. Usually comments are long texts. What can be a better tag for this type of input?
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.
The textarea is a better tag.
Dear Mr. Andrei Navumau, can you check out this task, please? |
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.