Unable to increase the height of no results view and loading view in combobox #6634
Answered
by
LFDanLu
RajaTheKing826
asked this question in
Q&A
-
I want a custom no data view and loading view where my UI height is nearly 320PX but in combobox I've observed that you are rendering the no results view as an item in list box , so the height is getting fixed to 32px which is not expected in my case. What is the correct way to resolve this @snowystinger |
Beta Was this translation helpful? Give feedback.
Answered by
LFDanLu
Jun 28, 2024
Replies: 1 comment 1 reply
-
@snowystinger @LFDanLu any insights on this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe
react-spectrum/packages/@react-spectrum/listbox/src/ListBoxBase.tsx
Line 58 in b46d23b