I have a Dash app that is running correctly locally. However, when the app is running in my company network the dcc.Clipboard stops working. Actually, the icon disappears
yesterday I tried to uptade my Dash to Dash 2.0… but it didn’t work too 
my clipboard component:
html.Div([
dcc.Clipboard( id=‘clipboard’,
target_id=“output”,
title=“Copy”,
style={
‘display’: ‘inline-block’,
“fontSize”: 20,
“horizontalAlign”: “right”,
},
),],style={‘display’:“none”}),
2 posts - 2 participants







