Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Editable drop-down in jQuery

I have a requirement where the name of the patient will be searched by the doctor.

There may be multiple patients with same name as well, so when he starts searching he must get a drop-down list of all the patients with matching names he has typed. He must be able to select from it and he must be still able to type new new search and drop down must change.

How can I do this?

like image 512
Hacker Avatar asked Apr 26 '10 11:04

Hacker


1 Answers

Take a look at jQuery UI autocomplete. In particular, this demo (Combobox) looks like what you are trying to do.

like image 198
karim79 Avatar answered Oct 03 '22 02:10

karim79