Challenge Instructions
This page has various HTML5 input types, each with unique behaviors. Some of them don't work quite right...
- Try the date picker - can you enter impossible dates?
- Test the number input with unusual values
- Drag the range slider to its maximum value
- Try uploading different file types
- Watch what displays update correctly (and what doesn't)
Weasel Wisdom: Each input type has its own personality. Some are cooperative, others... not so much. Date pickers especially like to play hard to get. 🦡
Input Types Test Form
A simple form with different HTML5 input types. Each behaves differently.
🦡 Testing Challenge
⚠️ This form contains intentional bugs! Different input types behave in unexpected ways.
Explore each input type and pay attention to what you see:
- Does everything update correctly as you interact with controls?
- Can you enter values that shouldn't be valid?
- What happens when you mix letters and numbers where only numbers should go?
- Do file restrictions actually work?
Challenge: There are 3 bugs waiting to be discovered. 🦡