Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docusealco/docuseal
/ button
Method
button
app/javascript/elements/toggle_submit.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
get button () {
15
return
this.querySelector(
'[type="submit"]'
)
16
}
17
18
get form () {
19
return
this.querySelector(
'form'
) || this.closest(
'form'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected