下拉菜单或组合

I need exactly same feature as following dropdown or combo

  1. Typable inside combo and auto complete,

  2. 2000 of items or more.

  3. Should not show items list while typing.

  4. Should show items list after pressing downkey or button.

  5. while showing items list, must shows 3 or 4 items at a time and scoll and focus.

Hope you get my problem.

Take a look at jQuery Autocomplete. It has most most features you require, and you can probably customize it to get the rest.

At least you get a solid basis to build upon.