appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.9k stars 466 forks source link

RangeInput has no `showHistogram` prop - TypeScript #1930

Closed RukshanJS closed 2 years ago

RukshanJS commented 2 years ago

Affected Projects Next.JS with TypeScript

Library Version: 3.29.1

Describe the bug In documentation https://opensource.appbase.io/reactive-manual/range-components/rangeinput.html, it says RangeInput has a showHistogram prop. But this is not available (at least for TypeScript). I had to use RangeSlider instead.

Expected behavior Have a showHistogram prop for RangeInput or update the documentation.

RukshanJS commented 2 years ago

rangeLabels also missing when use TypeScript.