-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: GridFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: Low
Milestone
Description
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
Labels
BugC: GridFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: Low