You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
)
The text was updated successfully, but these errors were encountered: