Skip to content

feat: custom plugin condition details#1038

Merged
AbhishekA1509 merged 4 commits into
mainfrom
feat/custom-plugin-condition-details
Apr 21, 2026
Merged

feat: custom plugin condition details#1038
AbhishekA1509 merged 4 commits into
mainfrom
feat/custom-plugin-condition-details

Conversation

@AbhishekA1509

@AbhishekA1509 AbhishekA1509 commented Apr 17, 2026

Copy link
Copy Markdown
Member

Description

This pull request introduces enhancements to the plugin types system and refines the filtering logic in the SelectPickerTextArea component. The main goals are to support plugin step conditions in plugin variable types and to provide a more intuitive filtering experience in select pickers.

Plugin types enhancements

  • Added PluginStepConditionDTO and extended VariableType as PluginVariableType to include an optional pluginStepCondition array, enabling support for step conditions on plugin variables. Updated DetailedPluginVersionDTO to use these new types for inputVariables and outputVariables.
  • Exported DetailedPluginVersionType for broader usage, instead of keeping it internal.
  • Added the ConditionDetails import to support the new types.

SelectPickerTextArea filtering improvements

  • Introduced an isInputDirty state to track user input and updated the filter logic so that all options are shown when the input is untouched, and filtering only applies after user interaction. The component now supports a custom filterOption prop, with fallback to default substring matching. [1] [2] [3] [4] [5]

Miscellaneous

  • Updated the package version to 1.23.5-beta-2 to reflect these changes.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@AbhishekA1509 AbhishekA1509 self-assigned this Apr 17, 2026
@AbhishekA1509 AbhishekA1509 merged commit 526d84f into main Apr 21, 2026
6 checks passed
@AbhishekA1509 AbhishekA1509 deleted the feat/custom-plugin-condition-details branch April 21, 2026 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants