-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Description
Rather than simultaneously maintain four implementations of the dual list selector:
- dynamic list style dual list selector
- dynamic tree style dual list selector
- composable list style dual list selector
- 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
Projects
Status
Done