adobe/react-spectrum

ComboBox/Select easily becames laggy

オープン

#5,897 opened on 2024/02/16

 (6 件のコメント) (2 件のリアクション) (0 人の担当者)TypeScript (1,500 件のフォーク)auto 404
bughelp wantedperformance

Repository metrics

Stars
 (15,634 個のスター)
PR merge metrics
 (平均マージ 8d 2h) (30d で 80 merged PRs)

説明

Provide your feedback here.

When the ComboBox or Select component have a bit more items, they easily become laggy, because the full list re-renders on a single item hover. This makes them not scale well with data. It's not the case with the standalone ListBox however, rendering is optimized in that. Only when it belongs to a ComboBox or Select. The rendering behavior can be observed by turning on the React DevTools "highlight updates" feature.

🔦 Context

No response

💻 Code Sample

No response

Version

No response

What browsers are you seeing the problem on?

No response

If other, please specify

No response

What operating system are you using?

No response

コントリビューターガイド