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

Bug Report: rx.text_area component missing default_value property support #4501

Closed
dkphhh opened this issue Dec 8, 2024 · 2 comments
Closed

Comments

@dkphhh
Copy link

dkphhh commented Dec 8, 2024

Describe the bug
it seems to be that the rx.text_area doesn‘t have the default_value property

To Reproduce
Steps to reproduce the behavior:

import reflex as rx

@rx.page(route="/test")
def test_page() -> rx.Component:
    return rx.container(
        rx.text_area(
            default_value="this is a test for text_area"
        ),
    )
image

Screenshots
I check the TextArea code, it doesn’t have a default_value property
image

Specifics (please complete the following information):

  • Python Version:3.13
  • Reflex Version:v0.6.6.post2
  • OS: Linux、macOS
  • Browser (Optional): Chrome
Copy link

linear bot commented Dec 8, 2024

@Lendemor
Copy link
Collaborator

Lendemor commented Dec 9, 2024

Already fixed by #4462

@Lendemor Lendemor closed this as completed Dec 9, 2024
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

2 participants