vulcan
vulcan copied to clipboard
Add max-suggestions attribute to Add Project Component modal
In the AddComponentModal object (/app/javascript/components/components/AddComponentModal.vue), please add the ':max-suggestions="0"' attribute to the
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!