appbaseio / reactivesearch

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

onValueSelected is not working for me #474

Open emrebayramc opened 6 years ago

emrebayramc commented 6 years ago

Issue Type: This(onValueSelected) is not working for me on IOS via expo.

"@appbaseio/reactivesearch-native": "^0.9.0",

Any idea?

` <ReactiveBase app=... credentials=...

<DataSearch fuzziness={1} debounce={500} componentId="searchbox" dataField=... autosuggest={true} placeholder=... onValueSelected={(value) => console.log('The selected value is', value)} /> `

emrebayramc commented 6 years ago

Ok I believe the change(onValueSelected for DataSearch component) is not done yet for react native. Any idea if/when it will be done?

divyanshu013 commented 6 years ago

Yeah, currently onValueSelected is only implemented on web. It might be a while before we can get to it on native. PRs are welcome too.