I was looking for a solution that
- displayed multiple columns of independent data
- did not require a click (or focus) to show the list
- had a simple interface
- supported visible & hidden values (like HTML’s
<select>) - has color highlighting to show matches
- automatically deletes character entries that are not in any of the choices
I wasn’t able to find a control that met these requirements, so I created one. Here is an image of the control in use.
The code to create this control is:
This control is documented here
The above example is part of this demo page