keystr-rs icon indicating copy to clipboard operation
keystr-rs copied to clipboard

Copy of values (to clipboard)

Open optout21 opened this issue 2 years ago • 0 comments

I planned to make an easier way to copy the resulting delegation tag. I've tried:

  • Display in a Text, multi-line. However, selection and copy is not supported in Text.
  • Display in TextInput multi-line: apparently TextInput does not support multi-line
  • Add a Copy button, using clipboard::write, but unfortunately that did not work.

Hence for now it can be copied only by selecting all in the single-line readonly TextInput, and Ctrl-C. To check with iced how to solve Copy button.

optout21 avatar Feb 15 '23 17:02 optout21