-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use multi-select and its giving error #2247
Comments
on searching also, I am getting same error
|
It seems something is wrong with dataField type in MultiList. Use Also can you check by removing sortOptions key passed to ReactiveList, so we can just know the root cause if above doesn't work. |
@deepak-sisodiya Based on the error message, the references for the use of the And for the searching use-case error, can you share the exact error message? |
@SavvyShah @siddharthlatest Thanks for the reply. I switched to other things in between. Here is the update.
New issues
error is - Cannot read properties of undefined (reading 'currentPageState'). Please help @SavvyShah @siddharthlatest |
@deepak-sisodiya Thanks for the update, glad to see that you got the search UI working. On the new issues, would you be able to reproduce these two issues with one of our public demos? |
@siddharthlatest where is public demo link? |
@siddharthlatest @SavvyShah I have refresh button outside of table, how can I set the setPage, is there any way for it. |
on refresh, I want to set page to 1 |
@deepak-sisodiya For the public demo, you can use this: https://codesandbox.io/s/github/appbaseio/vue-quick-start/tree/step-5/?from-embed (It has searchbox and reactive list). See if you can reproduce the issue by including sort options and the page operation |
thanks |
Affected Projects
Vue.JS
Library Version: x.y.z
"@appbaseio/reactivesearch-vue": "3.1.0-alpha.1",
Describe the bug
I am migrating our app from vue 2 to vue 3, so also need to migrate appbase. there is is migration docs which we following. everything seems work but when we filter it gives this error
Desktop (please complete the following information):
here is my component code
Parent component
The text was updated successfully, but these errors were encountered: