Skip to content

Conversation

lizzy985
Copy link
Contributor

@lizzy985 lizzy985 commented Dec 2, 2024

No description provided.

with rv.Sheet(elevation=2):
rv.Textarea(v_model=markdown_text, on_v_model=set_markdown_text, rows=30)
with solara.v.Sheet(elevation=2):
solara.v.Textarea(v_model=markdown_text, on_v_model=set_markdown_text, rows=30)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also now have solara.InputTextArea, I think it makes sense to replace solara.v.Textarea with that.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this wasn't addressed yet.

@maartenbreddels maartenbreddels force-pushed the master branch 2 times, most recently from cded5b2 to 32af76f Compare December 20, 2024 12:52
@iisakkirotko iisakkirotko force-pushed the docs_update_code_markdown branch from 6d68755 to 16bbbfc Compare December 30, 2024 10:06
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

Successfully merging this pull request may close these issues.

2 participants