I’m trying to update a slider widget’s value attribute in a callback function by a TextInput widget. I pass the slider widget object into the CustomJS function with the CustomJS function looking like this:
TextInput(title=“Enter UTC Time”, callback=CustomJS(args=dict( slider=slider), code=code))
The statement I’ve been using to try to change the slider is:
I'm trying to update a slider widget's value attribute in a callback function by a TextInput widget. I pass the slider widget object into the CustomJS function with the CustomJS function looking like this:
TextInput(title="Enter UTC Time", callback=CustomJS(args=dict( slider=slider), code=code))
The statement I've been using to try to change the slider is: