Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FlowiseAI/Flowise
/ setNewVal
Function
setNewVal
packages/ui/src/ui-component/input/Input.jsx:26–30 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
24
}
25
26
const setNewVal = (val) => {
27
const newVal = myValue + val.substring(2)
28
onChange(newVal)
29
setMyValue(newVal)
30
}
31
32
const getInputType = (type) => {
33
switch (type) {
Callers
2
Input
Function · 0.70
JsonInput
Function · 0.50
Calls
1
onChange
Function · 0.50
Tested by
no test coverage detected