You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very cool module, just a quick question. I have 3 CopyButtons and I assign each of them their values in my panel app dynamically when a certain data is changed. Everything is fine until I try to click a button again that I've already clicked on the clipboard doesn't change. For example, if I copy the copy_access_key button, then copy_secret_key_button and then back to copy_access_key_button the clipboard doesn't change. I think once I paste from a button the value is cleared maybe? Is there a way to keep the values from clearing out so that they always copy? Sorry if this isn't an issue but just me being dumb :)
Hello There,
This is a very cool module, just a quick question. I have 3 CopyButtons and I assign each of them their values in my panel app dynamically when a certain data is changed. Everything is fine until I try to click a button again that I've already clicked on the clipboard doesn't change. For example, if I copy the copy_access_key button, then copy_secret_key_button and then back to copy_access_key_button the clipboard doesn't change. I think once I paste from a button the value is cleared maybe? Is there a way to keep the values from clearing out so that they always copy? Sorry if this isn't an issue but just me being dumb :)
thanks,
Chris
copy_access_key_button = CopyButton(name='Copy Access Key')
copy_secret_key_button = CopyButton(name='Copy Secret Key')
copy_path_button = CopyButton(name='Copy Path')
setting values-
The text was updated successfully, but these errors were encountered: