Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/ai
/ disabled
Function
disabled
packages/ai-solid-ui/src/chat-input.tsx:63–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
const [value, setValue] = createSignal(
''
)
62
63
const disabled = () => props.disabled || isLoading()
64
65
const handleSubmit = () => {
66
if (!value().trim() || disabled()) return
Callers
3
handleSubmit
Function · 0.85
renderProps
Function · 0.85
ChatInput
Function · 0.85
Calls
1
isLoading
Function · 0.50
Tested by
no test coverage detected