Skip to content

fix: Modify the style of the AsyncDropdown component #4642

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

Merged

Conversation

ejrtks1020
Copy link
Contributor

Changes

  • Adjusted the Autocomplete component's width to 90% when multiple is true to prevent clipping of the refresh button.
  • Added a tooltip on hover for selected action items to display the full action name, especially when it overflows.

Reason

  • Long action names were causing UI overflow, making the refresh button partially hidden and selected text unreadable.
  • Improved UX by making the layout more responsive and enhancing the visibility of selected items.

Notes

  • This change affects only the Autocomplete UI within the affected node and has no side effects on other components.

image

Copy link
Contributor

@HenryHengZJ HenryHengZJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@HenryHengZJ HenryHengZJ merged commit 15dd283 into FlowiseAI:main Jun 16, 2025
2 checks passed
kivilaid pushed a commit to kivilaid/Flowise that referenced this pull request Jun 22, 2025
* bugfix/Modify the style of the AsyncDropdown component to adjust its width based on the multiple property. FlowiseAI#4641

* style: fix linter warning

* style: fix linter warning

* style: fix linter warning

---------

Co-authored-by: 강나훈 <nahoon.kang@mnc.ai>
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