Skip to content

Conversation

@TheOldDream
Copy link

@TheOldDream TheOldDream reopened this Jul 26, 2023
Copy link

@lerastarynets lerastarynets left a comment

Choose a reason for hiding this comment

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

Nice start! Let's fix and improve your work a little bit)

@TheOldDream
Copy link
Author

I've resolved all the requested changes.

Copy link

@maxim2310 maxim2310 left a comment

Choose a reason for hiding this comment

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

fixed but in next task use kebab-case for class naming instead camelCase

Comment on lines +32 to +39
<input
name="Name"
type="text"
autocomplete="off"
required
minlength="5"
maxlength="25"
>

Choose a reason for hiding this comment

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

Suggested change
<input
name="Name"
type="text"
autocomplete="off"
required
minlength="5"
maxlength="25"
>
<input
name="Name"
type="text"
autocomplete="off"
required
minlength="5"
maxlength="25"
>

Comment on lines +119 to +120
for="No"
class="form_field firstInput eighthInput-2"

Choose a reason for hiding this comment

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

Suggested change
for="No"
class="form_field firstInput eighthInput-2"
for="No"
class="form_field firstInput eighthInput-2"

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.

4 participants