Textarea Widget Overview
The Textarea Widget renders a multi-line text input in Buildocs UI Engine. It is suitable for longer text content such as descriptions, notes, and comments. It optionally supports autocomplete suggestions provided by the backend.
Properties
The Textarea Widget properties panel contains settings that control the multi-line input label, validation, appearance, and autocomplete behavior.
Textarea Events
The Textarea Widget can fire two types of events to the backend: a standard onChange event when the value changes, and an onGetCustomResponse event for autocomplete suggestions while the user types.