iisakkirotko
SSolara
•Created by Brian on 2/20/2025 in #questions-issues
InputDate with buttons
I'm sorry I should have been clearer in my reply 😅 I don't think doing this with one reactive variable is possible now, because of how
use_reactive
works when given a callback function. We are looking into it, with a fix to be released in Solara 2.0 (hopefully the coming week)12 replies
SSolara
•Created by artursp. on 2/3/2025 in #questions-issues
go.Scatter selection randomly not triggering
The rest of the Plotly 6 issues should be fixed when https://github.com/manzt/anywidget/pull/804 is released!
6 replies
SSolara
•Created by Brian on 2/20/2025 in #questions-issues
InputDate with buttons
The one thing that I think could be improved would be the implementation of keeping the date picker open, which you now use two reactive variables for. For the actual value of the picked date doing something like that is pretty much unavoidable, but that shouldn't be the case for the open state of the picker itself
12 replies
SSolara
•Created by Brian on 2/20/2025 in #questions-issues
InputDate with buttons
This looks to me to be the "correct" way to accomplish what you want
12 replies
SSolara
•Created by Brian on 2/20/2025 in #questions-issues
InputDate with buttons
Hey @Brian!
12 replies
SSolara
•Created by artursp. on 2/3/2025 in #questions-issues
go.Scatter selection randomly not triggering
Just to update on the progress - I've opened a PR to Plotly's JS library to fix the issue you were having with using plotly 6 @MaartenBreddels. Will continue to look for what causes the inconsistencies in selections not triggering!
6 replies
SSolara
•Created by JP on 1/29/2025 in #questions-issues
on_click with button_parent object
Wow, you're quick 😂
3 replies
SSolara
•Created by JP on 1/28/2025 in #questions-issues
FileDropMultiple
Good to hear! Is there something we could improve about the documentation that would have gotten you there faster?
12 replies
SSolara
•Created by marvinhalabi on 1/27/2025 in #questions-issues
Hiding appbar
Hey @marvinhalabi! The
AppBar
is provided by AppLayout
, which is the default Layout
component, I think you should be able to override it by defining your own Layout
. In your custom Layout
you can then return an AppLayout
when the user is authenticated, and otherwise something different.4 replies