The Title attribute on the ListViewCommandButton does not appear to work.
I have a button defined like this:
<
ListViewCommandButton
Command
=
"Edit"
Enabled
=
"@Ticket.Active"
Class
=
"float-right ml-1"
Icon
=
"@IconName.Edit"
Title
=
"Edit"
></
ListViewCommandButton
>
When it renders, the title attribute is not being added to the button:
<
button
class
=
"float-right mr-1 k-button telerik-blazor k-button-icon"
tabindex
=
"0"
aria-disabled
=
"false"
type
=
"button"
>
<
span
class
=
"k-icon k-i-edit"
></
span
>
</
button
>