Skip to content

feat(ui): remove input field from form button on node field #8457

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

Conversation

csehatt741
Copy link

Summary

A new feature was implemented to remove input field from form

  • existing buildSelectWorkflowFormNodeExists selector was refactored into buildSelectWorkflowFormNodeElement in selectors.ts to return the selected workflow form node element
  • useAddNodeFieldToRoot custom hook was refactored into useAddRemoveFormElement in order to also define the removeNodeFieldFromRoot callback
  • InputFieldAddToFormRoot component was refactored into InputFieldAddRemoveFormRoot in order to handle both states when the node field has and when it has not been added to the form
  • new tanslation, removeFromForm, was added to en.json

Related Issues / Discussions

Closes #8444

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

@github-actions github-actions bot added the frontend PRs that change frontend files label Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[enhancement]:
1 participant