Drop Down Search
Javascript file allowing filtering/searching of Kinetic Request drop down fields based on css class.
Usage
- Download the attached searchableDropdown.js file
-
- If you are using a bundle add the file to the /kinetic/themes/<theme>/packages/base/resources/js directory.
- If you are not using a bundle, add the file to your common js directory on your web server.
- Include the file in either the display.jsp file (or to your main jsp page if not using a bundle) or the service item you want to have filter/searchable dropdowns in the "custom header" section.
Example (non bundle):<script type="text/javascript" src="/kinetic/themes/ACME/js/searchabledropdown/searchableDropdown.js"></script>
- In Request, add "searchableList" css class to the drop down question.