Plotly map hover template copy text functionality

Hello All,
I am fairly new to plotly / dash. I have custom data displayed on hovertemplate. Is there any option for users to select text in *hovertemplate *data?
for eg:

hovertemplate=(
        "<b>%{name[0]}</b><br>"+\
        "Votes: %{address[1]}"
    )

Is there any way we can highlight the text and copy address only in *hovertemplate *data?
or else Do we have any similar API which google maps provides to copy the text for particular location.:frowning:

I expect this would be best asked in the community links as listed under the docs tab on the https://plotly.com/ site instead of the OpenStreetMap.org Forum site.