Multiline ChatInput
solara.lab.ChatInput
is great but it doesn't allow multi-line input (shift+enter to line break will just send the message).
I've tried solara.InputTextArea
with update_events=["keyup.enter"]
instead for linebreaks to work, and they do, but now pressing "enter" just linebreaks and doesn't send the message.
What should I do short of dropping down to js?...combining custom routes and custom layout
Clearing a component
solara.use_task
-triggered solara.HTML(tag="iframe", ...)
component.
I want to clear the solara.Column
hosting it from it when the user requests its deletion.
I can choose to render it or not based on a boolean controlled by the user, but that's not really deleting it right? The iframe holds a resource that is, I think, still present in the DOM.
How do I really clear this component? What's the advised practice?...Vue plugins & packages with solara
<script> tag in HTML component
<script>
tag via the solara.HTML
component. Even if the script is present in the DOM, it is not executeed.
I found out that <script>
tags that are added via JS innerHTML to the DOM are not executed to prevent XSS attacks. Is there another way for a solara app to add custom JS to a component?
Thanks!...404 errors on Jupyter kernels running under starlette
Updating & re-rendering custom `component_vue`
component_vue
component.
Say I have a fairly complex component_vue
. It has many elements, and lots of props. Is there some condition after which one can say "you are using way too many props for solara + vue to handle the re-rendering smoothly". Or is there some condition, like are the props updated (on the frontend side) simultaneously or one by one.. ...Update state when component is displayed in the front end
Change size of matplotlib fig

Does Solara offer a directory picker widget by any chance?
is there a way for an user to communicate with the kernel through the client?
Best Front-End for App with a more Advanced UI?
Localization of datetime
datetime
object in my Solara application. I want to show a banner like:
```...Missing Static Assets in Solara Installation (main8.css)

State updates don't trigger page rerender in some cases
Update Ipyaggrid data from selected dataframe
However, only the first selected DataFrame gets updated, and not the subsequent ones.
On the other hand, the Solara datatable updates correctly.
Can someone help me find a solution, please? ...
Dashboard from a dataframe, modified only i-th row
Second sidebar
iPhone mine