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
This thus seem like it was intentional and I want to assume it was indeed made that way in the absence of a ScrollArea component in the beta design system at initial implementation.
Here's what happens without (if (suggestions.length > 5) suggestions.length = 5;) limiting suggestions count to 5
I added a ScrollArea component to the design system recently #1283
Would any of you guys want to give implementing it into the Search component a shot?
This thus seem like it was intentional and I want to assume it was indeed made that way in the absence of a
ScrollArea
component in thebeta
design system at initial implementation.Here's what happens without (
if (suggestions.length > 5) suggestions.length = 5;
) limiting suggestions count to 5I added a
ScrollArea
component to the design system recently #1283Would any of you guys want to give implementing it into the
Search
component a shot?Originally posted by @babblebey in #1374 (comment)
The text was updated successfully, but these errors were encountered: