Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Form-Controls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ <h1>Product Pick</h1>
</header>
<main>
<form>
<label>Name</label>
<input>
<label>Email</label>
<input>

Copy link
Copy Markdown
Contributor

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?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Seems like this was fixed thanks

<label>Colour</label>
<input>

@Poonam-raj Poonam-raj May 19, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Seems like this was fixed thanks

<label>Size</label>

@Poonam-raj Poonam-raj May 19, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The 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

What size does the customer want? I must provide the following 6 options: XS, S, M, L, XL, XXL

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

My apologies I did not save and push my changes. Please see the new updates made.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Seems like this was fixed thanks

<!-- write your html here-->
<!--
try writing out the requirements first as comments
Expand Down
Loading