-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
loopProtect triggers in HTML #12683
Copy link
Copy link
Closed
Description
Challenge add-an-accessible-date-picker has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
The code result includes additional lines of code
Browser: Google Chrome
<body>
<header>
<h1>Tournaments</h1>
</header>
<main>
<section>
<h2>Mortal Combat Tournament Survey</h2>
<form>
<p>Tell us the best date for the competition</p>
<label for="pickdate">Preferred Date (MM-DD-YYYY):</label>
<!-- Add your code below this line -->
<label for="date">Enter date (MM-DD-YYYY):</label>
<input type="date" id="pickdate" name="date">
<!-- Add your code above this line -->
<input type="submit" name="submit" value="Submit">
</form>
</section>
</main>
<footer>© 2016 Camper Cat</footer>
</body>
```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels