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

V3: CSS Variable/Properties Support

Open sagalbot opened this issue 6 years ago • 2 comments

  • [ ] CSS Custom Properties for all scss variables
  • [ ] Add https://github.com/postcss/postcss-custom-properties

sagalbot avatar Mar 04 '19 20:03 sagalbot

image

Here is the problem:

  • preselected values are inserted as string,
  • while when selecting a new file It's inserted to the array as an object

KareemDa avatar Jul 17 '22 21:07 KareemDa

we might need to update the behaviour of selectedValue array,

If multiple, label is defined, we should convert the array of strings to array of objects corresponding to this string.

KareemDa avatar Jul 17 '22 21:07 KareemDa