Skip to content

CardView: fix selection (throw error if needed) (oqSw9T3c) #29873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 21, 2025
Prev Previous commit
Next Next commit
Update packages/devextreme/js/__internal/grids/new/grid_core/selectio…
…n/controller.integration.test.ts

Co-authored-by: wdevfx <[email protected]>
Signed-off-by: haksur <[email protected]>
  • Loading branch information
haksur and wdevfx authored May 20, 2025
commit 8c432c74692def74bcdea68ca07362a5ecb0dcac
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('when keyExpr is missing', () => {
});

describe('selection mode single', () => {
it('shouldn\'t throw E1042 error if keyExpr is missing and selection', () => {
it('shouldn\'t throw E1042 on initial startup', () => {
setup({
dataSource: [{ value: 'test1' }, { value: 'test2' }],
selection: {
Expand Down
Loading