I have a dropdown menu with several options.
What I am looking for is to have it so that when we click on the drop down, a list of choices appears. Then, when we select an option from the dropdown, the original selection should be replaced with the one that was clicked.
For example: If the original selection is And
, and we click on Not And
in the dropdown, then And
should be replaced by Not And
, and so forth.
Could someone please help me figure this out?
Thank you