Please implement the option to have a "Choice" in a form to be a drop-down selection. This would
- make it far more compact if there are many options
- allow people to search a long list via the keyboard (assuming the implementation uses the
<select> tag)