# Filter `Filter` is a plugin that allows for filtering data that has been added to the dropdown using a simple fuzzy string search of an input value. ## Usage Add the `Filter` object to the plugins array of a `DropLab.prototype.init` or `DropLab.prototype.addHook` call. - `Filter` requires a configuration value for `template`. - `template` should be the key of the objects within your data array that you want to compare to the user input string, for filtering. ```html