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 17 commits into
base: main
Choose a base branch
from

Conversation

yordan-st
Copy link
Collaborator

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

  • Action executes only when typing non-empty text
  • Received parameter contains the exact typed text
  • No performance issues or infinite loops
  • Backward compatibility maintained

@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
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