Skip to content

Dual list selector - create dual list selector next #8700

@nicolethoen

Description

@nicolethoen

Rather than simultaneously maintain four implementations of the dual list selector:

  1. dynamic list style dual list selector
  2. dynamic tree style dual list selector
  3. composable list style dual list selector
  4. composable tree style dual list selector
    We should instead only be maintaining one. All four types of the dual list selector should be able to be implemented using the composable tree building blocks.

We could still also export an additional implementation, which will compose the most basic list and tree styles automatically. Almost like exportable demos.

  • remake all existing examples using tree style dual list selector
  • remove the wiring for the dynamic list and tree configurations
  • wrap and make export-able the basic tree and list examples

Be sure the next implementation addresses the following issues:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions