Closed
Description
Bug, feature request, or proposal:
Proposal
What is the expected behavior?
For more the one hundred itens, md-select should not be slow.
What is the current behavior?
For 200 itens, the md-select startup time is 150ms on desktop and nearly 1s on mobile. Even with AOT is slow.
What are the steps to reproduce?
Create a md-select with 200 itens or more.
Is there anything else we should know?
The md-select options could be wired directly using one @input that takes one array of label/value objects. This could be used to speedup startup as one do not have process and iterate through the md-option array.
Metadata
Metadata
Assignees
Labels
No labels