Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 928 Bytes

search-form.component.md

File metadata and controls

44 lines (34 loc) · 928 Bytes
Title Added Status Last reviewed
Search Form component
v4.5.0
Active
2024-05-14

Implements a component consisting of a menu populated with search filter sets.

Search Form screenshot

Basic usage

In .html files

<adf-search-form></adf-search-form>

In app config

{
  "search": [
      {
        "name": "Default", 
        ...
      }, 
      {
        "name": "Other",
        ...
      }
  ]
}

Details

This component allows user to choose between search filter sets specified in configuration.

See also