Skip to content

Commit cb3add0

Browse files
authored
Update form.md
1 parent 29a3476 commit cb3add0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/api/100-components/form.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
The `form` core component is a Vue.js driven component. It enables you to implement dynamic forms without writing JavaScript. It relies on child components to collect and submit user input: `form_input`, `form_textarea`, `form_radio`, `form_select`, `form_checkbox` and `form_submit`. They are described on their own documentation page
44

5-
- [form_input](/docs/api/form_input.md)
6-
- [form_textarea](/docs/api/form_textarea.md)
7-
- [form_radio](/docs/api/form_radio.md)
8-
- [form_select](/docs/api/form_select.md)
9-
- [form_checkbox](/docs/api/form_checkbox.md)
10-
- [form_submit](/docs/api/form_submit.md)
5+
- [form_input](/docs/api/100-components/form_input.md)
6+
- [form_textarea](/docs/api/100-components/form_textarea.md)
7+
- [form_radio](/docs/api/100-components/form_radio.md)
8+
- [form_select](/docs/api/100-components/form_select.md)
9+
- [form_checkbox](/docs/api/100-components/form_checkbox.md)
10+
- [form_submit](/docs/api/100-components/form_submit.md)
1111

1212
## Parameters
1313

@@ -452,7 +452,7 @@ If you simply want to disable your submit button, you can use a simple Vue.js bi
452452

453453
```ruby
454454
form_submit do
455-
button text: "Submit me!", attributes: { "v-bind:disabled": "loading" }
455+
button text: "Submit me!", attributes: { "v-bind:disabled": "loading()" }
456456
end
457457

458458
```

0 commit comments

Comments
 (0)