function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shiv786Shiv786 

Intellisense in Visualforce Textbox/ InputText

Hi All

 

I wish to enable INTELLISENSE feature in my VF Input Textbox, so that as soon as i start entering something, it shows a dropdown of items listing the most viable choices.

 

Kindly help!!!

 

Thanx in Advance

Shiv

ryanjuptonryanjupton
Are you looking for something like this http://jqueryui.com/autocomplete/
RChintalapatiRChintalapati
@Ryan
If I have a lot of records and the JQuery UI is dynamically querying for a subset of records,

Is it possible that we run into governor limits with respect to the number of records with the autocomplete option? Any work around - thanks
suresh sanneboina 4suresh sanneboina 4
Hi,

Please try the below link for intellisense in vf page
http://sfdcintegration.blogspot.in/2016/08/intellisense-in-visualforce-textbox.html