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

Function handleChange

packages/ui/src/ui-component/picker/TimePicker.jsx:16–20  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

14 }, [value])
15
16 const handleChange = (e) => {
17 const newValue = e.target.value
18 setTimeValue(newValue)
19 onChange(newValue)
20 }
21
22 return (
23 <Box className={isDark ? 'picker-dark' : ''} sx={{ mt: 1, width: '100%' }}>

Callers

nothing calls this directly

Calls 1

onChangeFunction · 0.50

Tested by

no test coverage detected