adopted-ember-addons / adopted-ember-addons/ember-paper

paper-select: performance issue with lots of options

未關閉
#940 7 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
879
分支
327
PR 合併指標
30 天內沒有已合併 PR

描述

I currently have a little performance issue with a `paper-select` that have ~130 options.

Because all options are rendered in DOM it takes ~180ms for the menu to be displayed when the user clicks on it.

And because the search re-render everything instead of toggling elements visibility using css, each keystroke have a ~180ms latency.

Not sure if `ember-paper` should render the options the same way as it does with autocomplete or if there is a way to easily implement this feature on top of paper-select.

Any thought?

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。