Files
2025-11-30 08:55:33 +08:00

16 lines
484 B
Markdown

# Input Fields & Text Areas (2025.23)
Source: `help-portal-c82546f4ec8546698b69b426c08d1450.md`.
## Overview
Guidance for scripting input fields and text areas in analytic applications.
## Key points
- Configure input controls and text areas for user entry.
- Validate and bind entered values to variables or data sources.
- Handle events for change/submit to trigger downstream logic.
## Notes
- Use appropriate data types; sanitize input before applying to filters or actions.