vue-dropdown icon indicating copy to clipboard operation
vue-dropdown copied to clipboard

A highly dynamic vue dropdown component

Results 6 vue-dropdown issues
Sort by recently updated
recently updated
newest added

Found out that options weren't being displayed because in the v-for loop, `option` and `i` are in the wrong order. That is the correct order : ```javascript {{ option.value }}...

Very nice look to this plugin. It would be nice if it natively supported keyboard accessibility.

question

The "resize" listener added on window here: https://github.com/JonathanDn/vue-dropdown/blob/03ba5754c370fa257277fb7ca1d7ce6250a4f179/dropdown.vue#L96 is never removed. It leads to memory leak. Also I think you should not use a directive here. Because you cannot retain...

good first issue
performance

Support is needed for rendering an icon inside each dropdown option by passing src's dynamically to config object

enhancement