How to clear a radio button list?

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
snookie
User
Posts: 34

How to clear a radio button list?

Post by snookie »

For example, I have clicked an element in the radio list to select it..., but unfortunately, I cannot be undone or unclicked, e.g. after changing your mind (a checkbox list is not an option :-)).
Is there a way to clear the radio list, without leaving the page?

Thanks.


motfs
User
Posts: 258

Post by motfs »

snookie wrote:
I cannot be undone or unclicked

You may properly check if there is any JavaScript error or the button is disabled. Press F12 and click "Console" and "Element" to check (if you use Google Chrome).


Post Reply