Skip to content

Commit ee353eb

Browse files
Doing some attribute to some input and adding check to learning object
1 parent 2b6606d commit ee353eb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Form-Controls/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
<!--{{<objectives>}}>-->
66

7-
- [ ] Interpret requirements and check against a list of criteria
8-
- [ ] Write a valid form
9-
- [ ] Test with Devtools
10-
- [ ] Refactor using Devtools
7+
- [x] Interpret requirements and check against a list of criteria
8+
- [x] Write a valid form
9+
- [x] Test with Devtools
10+
- [x] Refactor using Devtools
1111
<!--{{<objectives>}}>-->
1212

1313
## Task

Form-Controls/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ <h1>Product Pick</h1>
2929
<br>
3030
<div>
3131
<label for="Color">T-shirt color:</label>
32-
<input type="color" id="Color" name=" Product color">
32+
<input type="color" id="Color" name=" Product color" required>
3333
</div>
3434
<div>
3535
<br>
3636
<label for="Size">Shirt size
37-
<select id="Size" name="Shirt size">
37+
<select id="Size" name="Shirt size" required>
3838
<option label="XS" value="XS"></option>
3939
<option label="S" value="S"></option>
4040
<option label="M" value="M"></option>

0 commit comments

Comments
 (0)