Skip to content

Conversation

stsrki
Copy link
Collaborator

@stsrki stsrki commented Dec 4, 2024

Continuation of #5657

Working on changing the API for extension components. The new API will drop SelectedValue and SelectedValues and replace them with a single parameter, Value, which handles all the use cases.

  • DropdownList
  • SelectList
  • TransferList
  • ListView

The change of API also required that the TValue of the component cannot be defined as a single type when it works in Multiple modes, eg.

  • Old: <DropdownList TValue="string"
  • New: <DropdownList TValue="<IReadOnlyList<string>"

@stsrki stsrki changed the title Next 2.0 extension apis [2.0] API refactor: extension components Dec 4, 2024
@stsrki stsrki requested a review from tesar-tech December 4, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant