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

Add max-suggestions attribute to Add Project Component modal #631

Open
freddyfeelgood opened this issue Jul 31, 2024 · 0 comments · May be fixed by #633
Open

Add max-suggestions attribute to Add Project Component modal #631

freddyfeelgood opened this issue Jul 31, 2024 · 0 comments · May be fixed by #633
Assignees

Comments

@freddyfeelgood
Copy link
Contributor

In the AddComponentModal object (/app/javascript/components/components/AddComponentModal.vue), please add the ':max-suggestions="0"' attribute to the object, similar to how it is implemented in NewComponentModal.

The default is to only show 10 entries, and it creates some confusion when trying to import a component if you don't know exactly what filter to type (for example, in our environment something like "Blah 2" won't show because there are more than 10 "Blah 1" entries, so until you type the entire string, it will not appear in the list).

Thanks!

@freddyfeelgood freddyfeelgood self-assigned this Aug 7, 2024
@freddyfeelgood freddyfeelgood linked a pull request Aug 7, 2024 that will close this issue
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 a pull request may close this issue.

1 participant