[SOLVED] Â Textarea autosuggestion |
8/30/2011 12:48:13 PM |
PHPRunner General questions | |
A
aalekizoglou author
I would like to know if anyone has enabled autosuggestion for a textarea. PHPRunner correctly does now allow autosuggestion for the textarea. I have a page where one of the fields is a textarea (phone numbers seperated by comma). |
|
![]() |
Sergey Kornilov admin 8/30/2011 |
Personally I would use loopj control. Since this is a very special textarea (more looks like multiselect lookup control to me) I would not care about losing other events. Your situation might be different though. |
C
|
cgphp 8/30/2011 |
Check Autocomplete from Jquery UI: |
A
|
aalekizoglou author 9/2/2011 |
Personally I would use loopj control. Since this is a very special textarea (more looks like multiselect lookup control to me) I would not care about losing other events. Your situation might be different though.
|
A
|
aalekizoglou author 9/2/2011 |
Check Autocomplete from Jquery UI: http://jqueryui.com/...s/autocomplete/
|
C
|
cgphp 9/2/2011 |
Check this demo: http://jqueryui.com/demos/autocomplete/#multiple |