The label for the input is `Only even digits between 10 and 100 are allowed`, however the `min` attribute is set to 20. According to the label a value of 12 would make the form valid, which is actually an invalid number according to the min attribute.
The label for the input is
Only even digits between 10 and 100 are allowed, however theminattribute is set to 20.According to the label a value of 12 would make the form valid, which is actually an invalid number according to the min attribute.