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

text_area and text_field do not work with only default value #948

Open
wusteven815 opened this issue Oct 22, 2024 · 0 comments
Open

text_area and text_field do not work with only default value #948

wusteven815 opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@wusteven815
Copy link
Contributor

Description

The text input is not editable if only the default value prop is provided.

Steps to reproduce

Use the following code:

from deephaven import ui

my_text_area = ui.text_area(default_value="test")
my_text_field = ui.text_field(default_value="test")

Try modifying the text.

Expected results

Text is modified.

Actual results

Text is not modified.

Versions

@deephaven/js-plugin-ui 0.22.0

@wusteven815 wusteven815 added the bug Something isn't working label Oct 22, 2024
@wusteven815 wusteven815 self-assigned this Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant