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
JillWJillW 

Combo Boxes

Is it possible to create combo boxes in SalesForce? If so, how?

 

Thanks,

 

J.

Venkat PolisettVenkat Polisett

JillW wrote:

Is it possible to create combo boxes in SalesForce? If so, how?

 

Thanks,

 

J.


 

Aren't they Pick list fields? You can also use standard visualforce component "SelectList".

JillWJillW

Combo boxes are a combination of picklists and text boxes. Users can add data that's not already in the list.

 

What's a SelectList?