Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulleDemon/PyUIBuilder
/ handleInput
Function
handleInput
src/components/editableDiv.js:26–28 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
24
}, [openEdit])
25
26
const
handleInput = (event) => {
27
onChange(event.target.value)
28
}
29
30
const
handleEnterKey = (event) => {
31
if
(event.key ===
"Enter"
){
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected