telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
466 stars 215 forks source link

kendo-textbox falsely emit empty title attribute on html input element #4365

Closed b0 closed 4 weeks ago

b0 commented 1 month ago

I'm submitting a...

Current behavior

kendo-textbox control when used without the "title" attribute will falsely set empty "title" attribute on html input element. This stops parent controls from showing title as html input has title attribute set to nothing.

Expected behavior

kendo-text box should NOT set title attribute to empty if it is not set/present on itself. It should be omitted from the HTML as it is not set/used in the first place.

Minimal reproduction of the problem with instructions

https://codesandbox.io/s/dreamy-hofstadter-jvykwg?file=/src/app/app.component.ts

Inspect html emitted and find the "title" attribute exist on the HTML input element of kendo-textbox but not exist on the HTML input element of combobox.

Environment

Package versions: All latest from your forked example.

Browser:

System: Forked your own example.

Raisolution commented 4 weeks ago

The issue has been fixed in the latest develop version 16.7.1-develop.1 and will be available in the next official one.