select
Appends one or more <option> elements to a <select> element based on the category passed and an optional placeholder.
Description
Parameters
elementIdentifier (string), category (string), placeholder (string, optional)Using This Method
geoflow.select('#choose-country', 'all-countries', 'Choose a Country');Output
true (boolean)Last updated
