Skip to content

Filter Cell Clear jQuery 3.5.1 #5990

@cheng93

Description

@cheng93

Bug report

Reproduction of the problem

(bug report only)
When creating a filter cell (in my case via the grid), the clear button has a title of Clear/

Current behavior

(optional)
Provide additional information if the steps for reproducing the faulty behavior are not sufficient to describe the issue.

Expected/desired behavior

Explain what the expected behavior of the functionality is

It should be Clear

Environment

Kendo version: @progress/[email protected]

jQuery 3.5.1

Guess at issue

On the method _createClearIcon, it looks like you have

$("<button type='button' class='k-button k-button-icon' title = " + that.options.messages.clear + "/>")

instead of

$("<button type='button' class='k-button k-button-icon' title = " + that.options.messages.clear + ">") ?

https://jquery.com/upgrade-guide/3.5/

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions