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
We use the "as" property on some of the Combobox elements. It has an effect and works like a charm, but typescript complains that the "as" property is not present on the following Components:
Combobox.Listbox (we use tbody instead of ul)
Combobox.Input (we use our own Input)
In the following case typescript does NOT complain, and it is as expected:
Combobox.Item (we use tr instead of li)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We use the "as" property on some of the Combobox elements. It has an effect and works like a charm, but typescript complains that the "as" property is not present on the following Components:
In the following case typescript does NOT complain, and it is as expected:
Combobox.Item (we use tr instead of li)
Is this a bug or are we doing something wrong?
Thanks for a feedback and all the best
Hanspeter
Beta Was this translation helpful? Give feedback.
All reactions