Problem With Example Code(SelectAll)

Im trying to look at the example code for the MultiSelectDropdown component for Selecting All Options, but when I try to run the example code online I get an error about the styles being used to the point where I cant seem to debug any further. Originally I wanted to look at the sample code of SelectingAll to look at an error I was getting with my code in regards to my multiSelectdropdown not being able to SelectAll options after I deselect my previously selected choices. But I cant seem to move forward until I look at this example of the main code.

https://codesandbox.io/s/vue-forked-6gkyoz


3 Replies

PM Ponmani Murugaiyan Syncfusion Team March 1, 2022 06:28 AM UTC

Hi Khalipha, 

Query: I was getting with my code in regards to my multiSelectdropdown not being able to SelectAll options after I deselect my previously selected choices. 
 
Based on your provided information we suspect that “Selecting/UnSelecting a value removes the show selectAll item in the popup”, this is already known issue in our end and we have resolved this issue in the version 19.3.0.53. We suggest you to upgrade to the latest version 19.4.52 of dropdown package to get rid of this issue. 

Please find the issue details and release notes below for reference. 



Regards, 
Ponmani M 



KT Khalipha Thomas March 1, 2022 07:33 PM UTC

I did try installing the new version of vue dropdowns but now Im getting an error in my console.log where my application can't even run now. 



And I got these error just from running this command in my terminal 



PM Ponmani Murugaiyan Syncfusion Team March 2, 2022 09:16 AM UTC

Hi Khalipha, 

We would like to let you know that, the cause for the issue is to avoid the confusion with Vue2 and Vue3, we are maintaining the source as same package. Since our customers are using Vue 2 and Vue 3. In future, after the Vue 2 package is deprecated, we will migrate our packages with full of Vue 3 source. Until then we appreciate your patience and suggest you use the real time sample by following the below documentation. 


Regards, 
Ponmani M 


Loader.
Up arrow icon