Skip to content

SingleSelect and MultiSelect interfaces

Pre-release
Pre-release

Choose a tag to compare

@pleku pleku released this 18 Nov 07:02
· 2153 commits to master since this release

Feature changes in alpha7:

  • Built-in select components implement SingleSelect or MultiSelect interfaces depending on which selection type those support.
    • Grid can be bound as a SingleSelect in Binder by using Grid::asSingleSelect().
    • MultiSelect Grid is still work in progress
  • DataSource has been renamed to DataProvider
    • This breaks API compared to previous alphas