uiowa / brand-icon-browser

0 stars 1 forks source link

Ensure that @setCurrentSearchTerm is defined as a prop on router-view in order for search terms to be linked to the input field within the view #45

Closed quamsta closed 2 years ago

quamsta commented 2 years ago

Resolves #44

At some point I removed this prop that's passed via the <router-view> element.

How to test:

  1. Click any icon in any view (category/home/doesn't matter)
  2. Click on a tag ("#academics" for example)
  3. Note that "academics" (or whichever tag you clicked) is in the search bar as expected.
quamsta commented 2 years ago

Thanks @bspeare !