v-selectmenu icon indicating copy to clipboard operation
v-selectmenu copied to clipboard

SelectMenu for Vuejs, A simple, easier and highly customized menu solution

Results 15 v-selectmenu issues
Sort by recently updated
recently updated
newest added

advanced模式中 multiple开启时,当选中任意个数项目时,values会触发两次。但如果清空,会只触发一次。 在https://codepen.io/terry05/pen/WNeEZRd 示例中,将最后一个例子上挂上@values函数,并在函数中加console.log 即可观察到该现象。

Hi, rather than all of the instances displaying "Select an option", I would like them to say "Select a Building" or "Select a Floor" Is this possible? I can't see...

标签目前是动态适应的,怎么设置成固定长度?选项的背景样式怎么设置?

A couple of adjustments could be made to improve accessibility (a11y): 1. The search input in the dropdown needs to have a label and or aria tags (even if not...

enhancement

The component is emitting an `input` event when it loads, which triggers event handlers despite there being no change in model data.

Hi, When the search bar is disabled (:query="false"), I'm unable to navigate through the options using the keyboard, which is often done by our power users. Thanks!

Hi, When I loaded a group data set, clicking the "select all" checkbox selects only the items of the active group, not every item in the menu. Is there a...

I use v-selectmenu out of v-dialogs it working well, but i use it in v-dialogs modal it not working

### Description of bug I have an instance of v-selectmenu that is toggled on/off using the Vuejs `v-if` directive. I also listen to the @values event on this component. ```

Fixing an issue with data not being updated by renaming results to data etc. Needs test/inspection.