Skip to content

Cannot select text to copy from output box #1947

@regandono

Description

@regandono

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
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions