-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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] Added an input searching bar above the dropdown list #13192
base: master
Are you sure you want to change the base?
Conversation
…me of the student searchable.
…anage recipient search functionality
…er to select the chang of input
…Text, improved method documentation.
Hi @Shibui-Li-1998, thank you for your interest in contributing to TEAMMATES!
Please address the above before we proceed to review your PR. |
We have solved the issue #13054 by adding a new searching bar and the user can input any substrings there to search the recipient. |
We have modified the title. Thanks for the reminder. |
Fixes #13054
Outline of Solution
1. Code Change Location:
The following files were updated to implement the feature:
src/web/app/components/question-submission-form/question-submission-form.component.html
src/web/app/components/question-submission-form/question-submission-form.component.ts
src/web/app/components/question-submission-form/question-submission-form.component.spec.ts
2. Details of the Changes:
3. Demonstration:
Before:
After: