Skip to content

Not ready state #213

@jachin

Description

@jachin

We should have another state for a <much-select> to be in, let's call it "not quite ready yet". The idea is that, while the ` has finished initializing we are still waiting for additional data to finish making all the options.

This is more than just the disabled state, because we do not want to show the value either.

One of the symptoms for this is when the selected value is different from it's label, and we're waiting for the label to come over the network. We get a flash of just the value before the label arrived and the <much-select> options are updated.

We could implement this with an additional attribute, or we could make the loading attribute or the disabled attribute more complicated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions