Skip to content
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

Vue3 , version 3.0.0-beta.2, Slot with Group and searchable is not working #1709

Open
wongyat88 opened this issue Jun 26, 2023 · 0 comments
Open

Comments

@wongyat88
Copy link

vue-multiselect version 3.0.0-beta.2

Reproduction Link

Code

Steps to reproduce

The backend data is like:
[{
"barcode": "rm-00034",
"rfidCode": "rm-00034",
"desc": "rm-00034",
"imageUrl": "http://xxx.xx.x.x/media/uploads/items/no_image.jpg?20230626170259919162",
"itemName": "Stone Name 34",
"itemDesc": null,
............
"mainMaterialSubCategoryID": "8"
},s
........ around 1000+
]

Expected behaviour

  1. I tried to add groups into it, but seem it not working with slot. The group label can be show with $groupLabel, but the groupLabel still able to select, i tried to hardcode isDisable = True in options but same, still able to select the option.
  2. The searchable function is not working, It cannot search, i tried barcode, desc, name and other column, none of them searchable. I follow the example, the example work a bit only. For example, the desc in the example is 'Discovering new species!', i enter 'new', it also cannot search. It only return result if i enter 'Disco'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant