MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / handleSliderChange

Function handleSliderChange

packages/ui/src/ui-component/slider/InputSlider.jsx:55–55  ·  view source on GitHub ↗
(event, newValue)

Source from the content-addressed store, hash-verified

53
54export const InputSlider = ({ value, onChange }) => {
55 const handleSliderChange = (event, newValue) => onChange(newValue)
56
57 const handleInputChange = (event) => {
58 onChange(event.target.value === '' ? 0 : Number(event.target.value))

Callers

nothing calls this directly

Calls 1

onChangeFunction · 0.50

Tested by

no test coverage detected