Skip to content

Commit e6276e2

Browse files
author
Nils Henning
committed
add form_textarea to form doc
1 parent 2ca0a53 commit e6276e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Show [specs](/spec/usage/components/form_spec.rb)
44

5-
The `form` core component is a vue.js driven dynamic 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_select` and `form_submit`. They are described within this documentation page.
5+
The `form` core component is a vue.js driven dynamic 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_select`, `form_submit` and `form_textarea`. They are described within this documentation page.
66

77
## Parameters
88

0 commit comments

Comments
 (0)