-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add option to mimic a text area #21
Comments
This could definitely be done with a bit of work -- I think the best solution would be to add a I'd very very happy for someone to add a PR for that, and otherwise I may get around to adding it eventually if there is enough interest. |
I am also working on a similar project, it could be a good feature to add, and it would help me greatly as well |
Would be a useful feature for sure for chat projects 👍 |
I'd also be really interested in this feature, thanks a lot ;) |
Is this functionality currently under development? If not, I would be very interested in working on it! |
@SamSaver, nope, not currently -- that would be great if you wanted to work on it! |
Hi @blackary ,
You did an awesome job with this library!
I am working on a project where I'd like to have two text areas synchronized (with, obviously, one transformation between #1 and #2).
My current code is as follows:
Is it feasible to add a parameter like:
I did not spend enough time to fully understand how the library works, but it seems that you are using HTML to mimic Streamlit components, so I assume that it might be feasible.
And I'd be happy to help if I may :-)
The text was updated successfully, but these errors were encountered: