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

Cannot select text to copy from output box #1947

Open
regandono opened this issue Dec 19, 2024 · 0 comments
Open

Cannot select text to copy from output box #1947

regandono opened this issue Dec 19, 2024 · 0 comments

Comments

@regandono
Copy link

regandono commented Dec 19, 2024

i try your calculator.py
but cannot select any text to copy from output box
looks is readonly
is there any parameter to enable selection for output box?
i try use read_only=False but still cannot select
scrolling only can using mouse as page up/down is not working

txtOutput = TextArea(
style="class:output-field",
# text=help_text,
multiline=True,
scrollbar=True,
line_numbers=True,
search_field=search_field,
read_only=False
)

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