Closed
Description
Description of the bug
When using ReadOnlyField
with withCopyButton: true
you get a confirmation toast out of the box when the user clicks the copy button. If you don't want to use the toast, you can also pass showToastOnCopy: false
, but this also disables the copy function.
This behavior is visible in the source code
Moreover, it is also weird that copySuccessMessage
is required even if you set showToastOnCopy: false
.
Playroom reproduction
No response
Version
latest
What browsers are you seeing the problem on?
Chrome