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

Function handleClosePopOver

packages/ui/src/ui-component/input/Input.jsx:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 const hasPasswordToggle = (inputParam?.type === 'password' || inputParam?.type === 'url') && !!inputParam?.enablePasswordToggle
21
22 const handleClosePopOver = () => {
23 setAnchorEl(null)
24 }
25
26 const setNewVal = (val) => {
27 const newVal = myValue + val.substring(2)

Callers 1

InputFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected