Questions tagged [plutoui]

3 questions
2
votes
2 answers

Is there a way to build dependent sliders with PlutoUI?

Is there a way to build dependent sliders with PlutoUI.jl in which adjusting one will dynamically change the others?
2
votes
2 answers

Two-way binding in PlutoUI.jl?

I am trying to do a simple (I think) thing. I want to have a TextField and some variable bound to it and be able to modify this variable and by that the text displayed by the TextField. I tried: @bind x TextField() print(x) It works fine and…
kwicher
  • 2,092
  • 1
  • 19
  • 28
1
vote
0 answers

PlutoSliderServer buggy with MultiCheckBox

I am trying to deploy a Pluto notebook using the PlutoSliderServer package and while the deployment does take place, I am observing some buggy behavior with the PlutoUI package elements; specifically the MultiCheckBox. This only happens when the…
ITA
  • 3,200
  • 3
  • 18
  • 32