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 above image I have a <Suggest/> with the prop
initialContent={null}
Instead of showing the weird little empty menu, I'd rather not show anything. There doesn't seem to be an easy way to do this besides implementing an entire itemListRenderer override. I think that passing initialContent={null} should completely hide the Menu.
To do that all that would seemingly need to change is here:
Hey @giladgray @adidahiya
In the above image I have a
<Suggest/>
with the propInstead of showing the weird little empty menu, I'd rather not show anything. There doesn't seem to be an easy way to do this besides implementing an entire
itemListRenderer
override. I think that passinginitialContent={null}
should completely hide the Menu.To do that all that would seemingly need to change is here:
blueprint/packages/select/src/components/query-list/queryList.tsx
Line 264 in 3d6f13e
If we added the this
to the next line then that weird empty menu wouldn't show up.
The text was updated successfully, but these errors were encountered: