Skip to content

Proposal: md-select direct options data wiring for better startup time #3277

Closed
@mbellezi

Description

@mbellezi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions