appbaseio/playground

Knobs not working

divyanshu013 opened this issue · 1 comments

showFilter knob doesn't work (updating showFilter prop on a component doesn't work).

NestedList (Re-write)

  • sortBy knob is not working
  • size knob is not working
  • defaultSelected ( issue with URLParams and defaultSelected behavior) appbaseio/reactivesearch#75

ToggleList

  • multiSelect (defaultSelected ignores multiSelect behavior)

DynamicRangeSlider

  • SelectedFilters not working (not supporting currently)

TagCloud

  • updating defaultSelected with multiSelect on adds values but does not remove them
  • updating defaultSelected with multiSelect off updates the query but TagCloud view does not update
  • size
  • filters

CategorySearch

  • highlight={true} adds <span class="rbc-highlight">...</span> (probably needs to render result as html)
  • updating queryFormat should execute the query again (even if value is same)

MultiLevelMenu

  • SelectedFilters not working (TBD)

ResultCard

  • sortBy not working
  • toggling pagination works but when toggled off and on, only first page is shown
  • updating paginationAt also shows above behavior
  • updating size with pagination on doesn't update view unless clicked on a different page

ResultList

  • sortBy not working
  • toggling pagination works but when toggled off and on only, first page is shown
  • updating paginationAt also shows above behavior
  • updating size with pagination on doesn't update view unless clicked on a different page

DataSearch

  • highlight={true} adds <span class="rbc-highlight">...</span> (probably needs to render result as html)

NumberBox

  • SelectedFilters not working (not supporting currently)

SingleList

  • updating size not working
  • sortBy not updating

MultiList

  • updating size not working
  • sortBy not updating
  • updating queryFormat doesn't update the query (term and terms in the customQuery)
  • defaultSelected not updating (issue with ItemCheckboxList found - results updating, list view is not)
  • Updating queryFormat should execute the query

SingleDropdownList

  • updating size not working
  • changing showCount from false to true does not update
  • defaultSelected not updating
  • sortBy not updating
  • queryFormat update not working
  • Updating queryFormat should execute the query

MultiDropdownList

  • updating size not working
  • changing showCount from false to true does not update
  • defaultSelected not updating
  • sortBy not updating
  • queryFormat update not working
  • Updating queryFormat should execute the query

SingleDropdownRange

  • SelectedFilters not working

MultiDropdownRange

  • SelectedFilters not working

ToggleButton

  • defaultSelected does not update as expected, persists prev value

DatePicker

  • focused knob not updating when value changed of the prop

RangeSlider

  • SelectedFilters not working (not supporting currently)
  • defaultSelected not working
  • interval not updating

DataController

  • UI not visible
  • defaultSelected