You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially I can't paste text into solara.v.Textarea component when part of solara.AppLayout/solara.Card in expanded state (clicking expand icon on title bar). This is within a Jupyter notebook, if that matters. Pasting into the text area is fine before the UI is maximized. I can still type in that textarea, just no pasting. I also have another notebook with the ChatInput component with the example chatbot.py code, same issue there with AppLayout/Card and pasting when maximized. Hope to get this working as I really like the look and feel of Solara.
The text was updated successfully, but these errors were encountered:
The issue was ultimately in jupyter's nbclassic. I opened a PR that should fix this issue there. You can follow the discussion there to know when the fix will be released. In the meantime you can use Jupyter lab, since it does not have this issue (unless your use case prevents that, of course)
Essentially I can't paste text into solara.v.Textarea component when part of solara.AppLayout/solara.Card in expanded state (clicking expand icon on title bar). This is within a Jupyter notebook, if that matters. Pasting into the text area is fine before the UI is maximized. I can still type in that textarea, just no pasting. I also have another notebook with the ChatInput component with the example chatbot.py code, same issue there with AppLayout/Card and pasting when maximized. Hope to get this working as I really like the look and feel of Solara.
The text was updated successfully, but these errors were encountered: