Skip to content

Conversation

@Alyar666
Copy link
Contributor

No description provided.

@Alyar666 Alyar666 self-assigned this Jan 16, 2026
@Alyar666 Alyar666 requested a review from a team as a code owner January 16, 2026 09:39
@Alyar666 Alyar666 added the 25_2 label Jan 16, 2026
@Alyar666 Alyar666 changed the title DataGrid: Fix the header filter\'s aria-label when column's caption has a "\n" character (T1318766) DataGrid: Fix the header filter\'s aria-label when column's caption has a "\n" character (T1318766). Normalization of aria attributes of elements. Jan 16, 2026
}

public setAria(name, value, $target) {
public setAria(name: string, value: any, $target: dxElementWrapper) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public setAria(name: string, value: any, $target: dxElementWrapper) {
public setAria(name: string, value: string | number | boolean | undefined, $target: dxElementWrapper) {

},
});

expect(component.getHeaderCellFilter(1).attr('aria-label')).not.toMatch(/\n/);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's also add positive assertion for expected attr value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants