Issue Type:
Bug
Platform:
ReactiveSearch for Web
Description:
onQueryChange Not fired when query change
Minimal reproduction of the problem with instructions:
<DataSearch
componentId="searchbox"
dataField="modele"
highlightField="modele"
categoryField="properties.modele"
placeholder="Trouvez votre voiture..."
onValueChange={(value) => { this.onValueChange(value); }}
/>
<MultiList
componentId="carsbrand"
dataField="marque.raw"
size={100}
showSearch={false}
title="Marque"
onQueryChange={(prevQuery, nextQuery) => { console.log(nextQuery); }}
react={{
and: 'searchbox'
}}
Reactivesearch version: 2.2.3
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Issue Type:
Bug
Platform:
ReactiveSearch for Web
Description:
onQueryChange Not fired when query change
Minimal reproduction of the problem with instructions:
Reactivesearch version: 2.2.3
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]