Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thesysdev/openui
/ useFormName
Function
useFormName
packages/react-lang/src/context.ts:147–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
* Returns undefined
if
not inside a Form.
146
*/
147
export
function
useFormName(): string | undefined {
148
return
useContext(FormNameContext);
149
}
150
151
// ─── Default value helper ───
152
Callers
15
useStateField
Function · 0.90
index.tsx
File · 0.90
TextAreaRenderer
Function · 0.90
SwitchGroupRenderer
Function · 0.90
InputRenderer
Function · 0.90
SliderRenderer
Function · 0.90
CheckBoxGroupRenderer
Function · 0.90
ButtonRenderer
Function · 0.90
RadioGroupRenderer
Function · 0.90
NumberFieldRenderer
Function · 0.90
SelectRenderer
Function · 0.90
switch-group.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected