I need to create a specialized text-input field. It is for quickly selecting a name from a medium-large list (40 or 50 names) of people. The way I picture it working is as follows. The user would type a few characters into the field, and then the control would present a dropdown list of names that match the string the user has entered so far. If the user continues to type, the control's dropdown list shrinks, always containing only the names that match. At any time, the user can click on one of the matching names in the dropdown list. Does anything like this already exist? If not, how would I go about creating a control like this? Thanks
-- Eric