Skip to content
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

[#13054] Make substrings of the name in dropdown selections of recipient to be searchable #13183

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Wieln
Copy link

@Wieln Wieln commented Oct 19, 2024

Fixes #13054

Outline of Solution
Replaced the recipient selection from a select element to an input element with a dropdown list to implement a searchable selection feature.

As users type, the dropdown dynamically filters and displays matching items. Users can either select an option or click outside the dropdown to close it, with the selected item being displayed in the input field.

1. No Team

20241019200942

2. Show Team

20241019195929

@Wieln
Copy link
Author

Wieln commented Oct 19, 2024

Hi all,

Based on the error message from component-testing (ubuntu-latest),

I ran the commands gradlew.bat test --tests "integrationTests" and gradlew.bat test --tests "unitTests",

but both returned that

no tests were found for the specified includes: [integrationTests](--tests filter) or [unitTests](--tests filter) .

I searched for these keywords (as shown in the screenshot),

but I only found testng-component.xml in the resources folder and couldn't locate testng-it.xml (even in origin repo).

This is puzzling, and I believe it's the reason for the failure of component-testing (ubuntu-latest).

I'm unsure of the next steps; does anyone have any insights or suggestions?

Thank you :]]

image

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.

Make substrings of the name in dropdown selections of recipient to be searchable
3 participants