TextAreaButton
How easy implement TextAreaButton like in bokeh? I mean not single line text input, but multiple lines?
2 Replies
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.
draperjames
<:pull_open:882464248721182842> [widgetti/solara] Inputtextarea
This PR introduces the InputTextArea Widget
Created