MaartenBreddels
MaartenBreddels
SSolara
Created by DelauDeric on 3/5/2025 in #questions-issues
differentiating InputText keyup.enter and focusout
Does that solve your problem?
6 replies
SSolara
Created by DelauDeric on 3/5/2025 in #questions-issues
differentiating InputText keyup.enter and focusout
otherwise, instead of use_effect, you could use the (undocumented solara.v.use_event - you can find several examples in our repo)
6 replies
SSolara
Created by DelauDeric on 3/5/2025 in #questions-issues
differentiating InputText keyup.enter and focusout
For use with a dialog you may want to take a look at https://py.cafe/maartenbreddels/solara-hotkeys
6 replies
SSolara
Created by SeoulSKY on 1/30/2025 in #questions-issues
How to add an event listener to reacton.ipyvuetify.FileInput?
Yes, that is a bit tricker, that's why we build https://github.com/widgetti/ipyvuetify/blob/master/ipyvuetify/extra/file_input.py Also, the solara filedrop is built on top of this idea. Does this help you?
4 replies
SSolara
Created by artursp. on 2/3/2025 in #questions-issues
go.Scatter selection randomly not triggering
I've turned it into a pycafe example: https://py.cafe/maartenbreddels/solara-plotly-lasso-bug And yes, it sometimes just dosn't work, and when it starts working, it continues to work for me. I also had to use plotly < 6 for it to work. Newer plotly is using anywidget, maybe that implementation is more robust? Could you try if you can get that working?
6 replies
SSolara
Created by pnjun on 2/10/2025 in #questions-issues
multipage jupyter dashboard
Good question, and not super trivial to implement. I've hacked around a bit. I think this topic is better discussed at Github, do you want to open an issue there?
2 replies