reactivesearch
reactivesearch copied to clipboard
Search UI components for React and Vue
**Affected Projects** React **Is your feature request related to a problem? Please describe.** This is a great library overall, so it's a shame it appears handicapped regarding fine-grained and intuitive...
**Affected Projects** React **Library Version:** x.y.z ``` "@appbaseio/reactivecore": "^9.0.3", "@appbaseio/reactivesearch": "^3.2.4", ``` **Describe the bug** `MultiList` with a `customQuery` never calls custom query when default value is an empty array....
For those of us who aren't using React / Vue.JS / React Native it'd be amazing if reactivesearch supported web components, totally understand that this is a major undertaking. In...
Hi, we can style filters and elements with specific props, i.e: `renderItem={(label, count, isSelected) => ( {label} {count} )}All projects` I'm using this custom props to design the label and...
**Affected Projects** React / ReactNative **Is your feature request related to a problem? Please describe.** I am trying to build a Reactivesearch based Searchwebsite with a MultiList Selection. The terms...
fix #814
**Issue Type:** enhancement **Platform:** Web **Description:** I am looking for a way to add custom attributes to the input field of my DataSearch component. My use case is that I'd...
**Issue Type:** Enhancement **Description:** We should improve a11y across all components. This includes components like buttons, dropdowns and search inputs. We should add a subtle indication of focus/active actions such...