Skip to content

add Form#780

Open
RendyDm wants to merge 1 commit into
mate-academy:masterfrom
RendyDm:develop
Open

add Form#780
RendyDm wants to merge 1 commit into
mate-academy:masterfrom
RendyDm:develop

Conversation

@RendyDm
Copy link
Copy Markdown

@RendyDm RendyDm commented Apr 25, 2023

Comment thread src/index.html
<label class="form-field">
Surname:
<input
type="name"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the input type from 'name' to 'text' for the Surname field 🧐

Comment thread src/index.html

<label class="form-field">Password:
<input
type="Password"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the input type from 'Password' to 'password' for the Password field 🔒

Comment thread src/index.html
<label class="form-field">
Name:
<input
type="name"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the input type from 'name' to 'text' for the Name field 🧐

Comment thread src/index.html
<label class="form-field">
Full data of birth:
<input
type="data"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the input type from 'data' to 'date' for the Full data of birth field 📅

Comment thread src/index.html
Comment on lines +26 to +35
<input
type="name"
name="surname"
minlength="5"
maxlength="12"
required
tabindex="1"
>
</label>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Comment thread src/index.html
Comment on lines +109 to +120
<div class="form-field">
<label>Do you love cats?
<input
type="radio"
name="question"
>Yes
<input
type="radio"
name="question"
>No
</label>
</div>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cover each input in a separate label to avoid this behavior

Screen.Recording.2023-04-26.at.09.46.21.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants