Hi,
On the click of Reset button the drop down id is set to null but the Form.Valid property is still true that's the reason you are not getting the error message,
You can set the input_valid property to false inside the reset action and form.valid will automatically set to false and you will get the error message.
Hope this will help,
Regards,
Komal