Replies: 1 comment 2 replies
-
I've moved this to a discussion because it doesn't sound like a bug. Probably the two sliders that are being reset are declared in a cell that uses the third slider. If you haven't already, I suggest opening |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I have 3 sliders and when I change one of them the other two get reset to base values but not the other way around. How can I prevent that from happening?
Environment
{
"marimo": "0.6.15",
"OS": "Linux",
"OS Version": "4.18.0-553.8.1.el8_10.x86_64",
"Processor": "x86_64",
"Python Version": "3.11.9",
"Binaries": {
"Browser": "--",
"Node": "--"
},
"Requirements": {
"click": "8.1.7",
"importlib-resources": "missing",
"jedi": "0.19.1",
"markdown": "3.6",
"pymdown-extensions": "10.8.1",
"pygments": "2.18.0",
"tomlkit": "0.12.5",
"uvicorn": "0.30.1",
"starlette": "0.37.2",
"websockets": "12.0",
"typing-extensions": "4.12.1",
"black": "23.12.1"
}
}
Code to reproduce
No response
Beta Was this translation helpful? Give feedback.
All reactions