I need an option at the top of my dropdown list so that it will return 'All' the information by default. I've got it set up so that selecting a single option from the picklist works, I just have no clue about getting 'All' from the database as an option.
set your select as MULTIPLE
then when "all" is selected, fire a function that will loop over all the list elements and explicitly select each element
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.