Skip to content

Fix and Support Search & SelectBoxes #9

@ar-to

Description

@ar-to

Prerequisites

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Context

            {/* <Search onKeyUp={this.handleSearchKeyup} /> */}
            <SortButtons onClickByName={this.sortByName} onClickAll={this.sortAll} taxonomies={taxonomiesBodyTypeNames} allTrue sortAllText="All" />
            {/* <SelectBoxes onClickByName={this.sortByText} taxonomies={taxonomies} /> */}

Process or Steps to Reproduce

  1. uncomment the two components above
  2. npm start
  3. you should see errors with keys among them

Expected result

Fixed and the correct components rendered with filtering working

Current result

no component renders and also no filtering

Possible Fix

May need to think about how the taxonomy object is structured and how it can be implemented for various use cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinginvalidThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions