We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d2119 commit 29a3476Copy full SHA for 29a3476
docs/api/100-components/form_submit.md
@@ -40,7 +40,7 @@ If you simply want to disable your submit button, you can use a simple Vue.js bi
40
41
```ruby
42
form_submit do
43
- button text: "Submit me!", attributes: { "v-bind:disabled": "loading" }
+ button text: "Submit me!", attributes: { "v-bind:disabled": "loading()" }
44
end
45
46
```
0 commit comments