Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy of values (to clipboard) #5

Open
optout21 opened this issue Feb 15, 2023 · 0 comments
Open

Copy of values (to clipboard) #5

optout21 opened this issue Feb 15, 2023 · 0 comments

Comments

@optout21
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant