MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / handleBlur

Function handleBlur

packages/ui/src/ui-component/slider/InputSlider.jsx:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 const handleBlur = () => {
62 if (value < 0) {
63 onChange(0)
64 }
65 }
66
67 return (
68 <Box sx={{ width: '100%' }}>

Callers

nothing calls this directly

Calls 1

onChangeFunction · 0.50

Tested by

no test coverage detected