We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I planned to make an easier way to copy the resulting delegation tag. I've tried:
Text
TextInput
Copy
clipboard::write
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I planned to make an easier way to copy the resulting delegation tag. I've tried:
Text
, multi-line. However, selection and copy is not supported in Text.TextInput
multi-line: apparently TextInput does not support multi-lineCopy
button, usingclipboard::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.
The text was updated successfully, but these errors were encountered: