You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: