I can’t seem to pass the 9th requirement ‘If I enter numbers outside the range of the number input, I will see an HTML5 validation error.’
I have no idea how to even do this - I’ve set my input type as “number”, but not sure what else to do!
Ok so I just added min and max number and that’s worked - thank you! Although excuse my ignorance but I can’t understand why I’d need to define the min and max numbers for a phone number – how can any numbers fall outside the range? (Or are they just making sure we can do that for other tasks where we would need to actually define a range?)