Add max-suggestions attribute to Add Project Component modal
Opened this issue · 0 comments
freddyfeelgood commented
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!