Skip to main content

textarea

Function textarea 

Source
pub fn textarea() -> Element
Expand description

A multi-line text control: <textarea>.

ยงExamples

use winged_rust::prelude::*;
let el = textarea();
assert_eq!(el.tag(), "textarea");