1 2 3 4 5 6 7 8 9 10 11 12 13
The textarea element is used to allow users to enter multi-line text input in a user interface. ## Component Structure ```rust textarea { // Global html attributes class: "dx-textarea", "data-style": "default", // Children {children} } ```