Matt

Results 44 comments of Matt

Right now I get a 404 on that repo, however earlier when I had a look, it looks like you had a non vue 3 compatible version of the multiselect...

mmm. @freezingjune does this work using the v-slot attr? If so, we need to update the examples https://v2.vuejs.org/v2/guide/components-slots.html#Named-Slots https://vuejs.org/guide/components/slots.html#named-slots

Hi there. Can we have a reproduce-able example using something like https://jsfiddle.net/mattelen/8cyt3hrn/5/ or something similar. @nthndnn since you've had this one recently, it would be great an example so I...

Can you please confirm which version of the multiselect this is occurring for?

@Maze-fr I'm having trouble replicating this - can you build a simple example in a repo or a code platform like https://jsfiddle.net/mattelen/8cyt3hrn/4/. Thanks

Are you able to provide a link to a repo reproducing this issue? As you can imagine, there are many different variables that contribute to the performance on a webpage....

This PR looks good, however, this introduces a breaking change around the naming of slots. The current version we are working towards that supports Vue 3 we want to avoid...

Hi there. You will need to expand on your issue/feature request. Do you mean you want to be able to select multiple items (in which case, you can check it...

Good idea, however validation is normally controlled by the parent, or other components, as the multi-select won't know what is valid, and what is not. However, having an error state...

I think lets have this as a new feature in V4, and focus the current version for major bug fixes