Idea Summary
Alllow for pasting of data into pop-up LOV or select list fields without needing to open up the LOV box first.
Use Case
I have interactive grids with 30-40 lines where the users want to cut/paste data from another source. The only way to allow them to paste directly into the field is to allow for manual entry. But this allows for invalid values to be entered. To prevent the invalids, I have to use custom javascript to let them know their value isn't valid immediately or do a page validation. If I don't allow manual entry, they have a few extra clicks per line to open the LOV and select the value they want.
Preferred Solution (Optional)
It would be great if the "manual entry" and "display extra values" could work together to allow for pasting of LOV data but still validating it against the valid values.