Skip to content

Conversation

yordan-st
Copy link
Contributor

@yordan-st yordan-st commented Jul 22, 2025

Pull request type

New feature (non-breaking change which adds functionality)


Description

Added new event onChangeFilterInputEvent that triggers when users type in combobox filter field, passing the current filter text as an action variable.

This enables developers to execute custom nanoflows/microflows in response to filter input changes for dynamic filtering, search logging, or validation scenarios.

What should be covered while testing?

Configure Filter Input Action

  • Open Combobox properties → Events tab
  • Set "On change filter input" to a nanoflow/microflow
  • Map the [filterInput] parameter to receive the typed text
  • Add a "Show message" activity to display the received value

Expected Behavior

  • Received parameter contains the exact typed text
  • No performance issues or infinite loops

@yordan-st yordan-st requested a review from a team as a code owner July 22, 2025 14:21
@yordan-st yordan-st closed this Jul 24, 2025
@yordan-st yordan-st reopened this Jul 24, 2025
@yordan-st yordan-st closed this Jul 24, 2025
@yordan-st yordan-st reopened this Jul 24, 2025
@gjulivan gjulivan force-pushed the feat/WC-3026_combobox-action-variables branch 2 times, most recently from 9556e3f to 83f416c Compare July 28, 2025 11:47
gjulivan
gjulivan previously approved these changes Jul 28, 2025
@gjulivan gjulivan force-pushed the feat/WC-3026_combobox-action-variables branch from 5f3a517 to 8e7b857 Compare August 1, 2025 20:00
gjulivan
gjulivan previously approved these changes Aug 5, 2025
@gjulivan gjulivan force-pushed the feat/WC-3026_combobox-action-variables branch from b0e0d9a to 78c9235 Compare August 10, 2025 22:18
@gjulivan gjulivan force-pushed the feat/WC-3026_combobox-action-variables branch from 78c9235 to 8db8e67 Compare August 11, 2025 07:45
@yordan-st yordan-st merged commit 057ed0b into main Aug 11, 2025
22 of 23 checks passed
@yordan-st yordan-st deleted the feat/WC-3026_combobox-action-variables branch August 11, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants