Skip to content

[WC-3026] Combobox: Enable onFilterInputChange action with ActionVariables #1782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

yordan-st
Copy link
Collaborator

@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
@gjulivan gjulivan force-pushed the feat/WC-3026_combobox-action-variables branch from eabe722 to 2aac582 Compare July 28, 2025 11:22
@gjulivan gjulivan force-pushed the feat/WC-3026_combobox-action-variables branch from 9556e3f to 83f416c Compare July 28, 2025 11:47
gjulivan
gjulivan previously approved these changes Jul 28, 2025
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.

3 participants