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
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:
importreflexasrx@rx.page(route="/test")deftest_page() ->rx.Component:
returnrx.container(
rx.text_area(
default_value="this is a test for text_area"
),
)
Screenshots
I check the TextArea code, it doesn’t have a default_value property
Specifics (please complete the following information):
Python Version:3.13
Reflex Version:v0.6.6.post2
OS: Linux、macOS
Browser (Optional): Chrome
The text was updated successfully, but these errors were encountered:
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:
Screenshots
I check the TextArea code, it doesn’t have a default_value property
Specifics (please complete the following information):
The text was updated successfully, but these errors were encountered: