Skip to main content

Selection Controls

📄️ dropdownWithAdd

Description:* Dropdown with a "+" (add) button that appends the selected value to another target field (typically a textarea). Used for building up values incrementally - when user selects an option and clicks the add button, the selected value is concatenated/appended to a separate input field. The dropdown options can contain complex objects with multiple properties (e.g., formula and description), where selecting an option can populate preview/description fields before appending.