I need the user to be able to select (using mouse or keyboard) a selected tag value and be able to copy the text somehow. In the following sample plunker, I need the user to be able to copy text "blue"/"red" -
Any suggestion?
I need the user to be able to select (using mouse or keyboard) a selected tag value and be able to copy the text somehow. In the following sample plunker, I need the user to be able to copy text "blue"/"red" -
Any suggestion?
You could do this:
Create a directive to copy the value of the item to the clipboard with a double-click event:
And then add this directive to your ui-select-match:
You can also change the event to a single click if you want.