Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

List defaults are not set properly if the current selection is specified before the list is populated #1

@inviscid

Description

@inviscid

It appears there is currently an order of operation constraint that requires things with lists (e.g. SelectList) to have all of their data populated before the current selection is specified. If the current selection is specified before the data is populated in the list then it is ignored. However, if the current selection is specified after the list is populated it is honored as expected.

This is not desired behavior if there is a way around it. The order of operations should not be a constraint if it can be helped.

Metadata

Metadata

Assignees

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