Initial commit
This commit is contained in:
15
references/input-fields.md
Normal file
15
references/input-fields.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user