I have a form in an ASP.NET MVC site which the user can edit and return to at a later time.
If they accidentally select a value in a radio button group, is there any way to make it unselected?
By default, once it’s clicked, it can’t be unclicked!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do it with plain javascript. Example: