S
Solara16mo ago
fuwiak

TextAreaButton

How easy implement TextAreaButton like in bokeh? I mean not single line text input, but multiple lines?
No description
2 Replies
MaartenBreddels
MaartenBreddels16mo ago
There is already a PR on this https://github.com/widgetti/solara/pull/341 So it's not that complicated, I think what we need to do is carefully think about newline vs submit (shift-enter vs enter). Note, you can already copy paste this component in your code is you already need it.
Monty Python
Monty Python16mo ago
draperjames
<:pull_open:882464248721182842> [widgetti/solara] Inputtextarea
This PR introduces the InputTextArea Widget
Created

Did you find this page helpful?