Skip to content
#

searchbar

Here are 180 public repositories matching this topic...

JasonStoltz
JasonStoltz commented Oct 31, 2019

The Results component should accept a prop called 'displayFields` which would allow users to specify which fields from their result object to display. The parameter should be able to express:

  1. Order
  2. field
  3. field label

Example:

result:

{
  title: {title value},
  date: {date value},
  cats: {cats value }
  isbn: {isbn value}
}

Component using new field

Improve this page

Add a description, image, and links to the searchbar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the searchbar topic, visit your repo's landing page and select "manage topics."

Learn more