Type Definition ybc::TextArea

source ·
pub type TextArea = FunctionComponent<text_area>;
Expand description

A multiline textarea component.

https://bulma.io/documentation/form/textarea/

All YBC form components are controlled components. This means that the value of the field must be provided from a parent component, and changes to this component are propagated to the parent component via callback.