Is there anyway to allow the selected single value of a perspective dropdown to be highlighted for use with ctrl+v?
I've tried these without luck:
.psc-Dropdowns\/AllowHighlight .ia_dropdown.iaDropdownCommon .ia_dropdown__valueSingle {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
.psc-Dropdowns\/AllowHighlight .ia_dropdown.iaDropdownCommon {
user-select: text !important;
}