[Help wanted] Multiple select field with predefined options problem
See original GitHub issueHello,
I have a page on which I can have a non fixed number of multiselect element. Basically, the “create” version of the page, to create an entry, works flawlessly. But, the “edit” version is causing me some trouble: I assign the value found in the database on the ready()
method of the page’s component (in which the multiselects are).
You can see in the image below what happens:
The last one always works: it’s set, and I can select new values. But for all the ones before the value are set, but they are stuck with a loading icon and I can’t do anything with them. Trying to search for a new value seems to work (if I console.log
the search results, they show), but they won’t appear in the multiselect search box.
I can recall something like this in the doc, or in issues (was it even myself? hehe), that could help, but I can’t seem to be able to find it, so… Any help welcome ! 😃 🎱
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (7 by maintainers)
Top GitHub Comments
This is from multiselect’s code and might cause the issue. I will try to provide a hotfix for it soon.
Really glad to hear that!
Let me know if there are any other issues with the new release.
Cheers!