h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
4.01k stars 328 forks source link

Copy text using copy icon #1809

Closed shihan007 closed 1 year ago

shihan007 commented 1 year ago

image

It is important for users to copy their IDs by clicking on copy icon next to it. Right now we cannot do that using wave

mturoci commented 1 year ago

https://wave.h2o.ai/docs/widgets/form/copyable_text/

shihan007 commented 1 year ago

@mturoci We cannot use this component for mentioned scenario since it does feel editable to the user.

mturoci commented 1 year ago

That's the industry standard currently.

Your design lacks clear boundaries making it hard to clearly see, which part of the screen is going to be copied.

Although not recommended due to reasons stated above, this is doable using custom HTML/CSS/JS, but not planned to be part of Wave currently.