true combo box from <select><option>...

Railzoids:

The original concept of a Combo Box consisted of a list and an edit field. You click into the list to populate the edit field, or you write a new value into the edit field.

Raw HTML naturally cannot do this. Do we Rails fans have an Ajax solution? I don't want my client to endure the redundancy of one select box, and another Add button with its own edit field...

Awhile back I spent some time looking for a ComboBox for an application I was developing. The best one I found was at-   http://xaprb.com/blog/2005/09/29/javascript-combo-box/ Not AJAX, but it works well!

George