Fixed a bug that caused input component tooltips to not display.
This bug was due to the use of an incorrect HTML attribute. The attribute that generates a tooltip is the title attribute, while a tooltip attribute was used to try and generate a tooltip.
Local Tests
I hovered my mouse over a k-input component and a tooltip was generated.
Closes #52
Summary
Fixed a bug that caused input component tooltips to not display.
This bug was due to the use of an incorrect HTML attribute. The attribute that generates a tooltip is the
title
attribute, while atooltip
attribute was used to try and generate a tooltip.Local Tests
I hovered my mouse over a
k-input
component and a tooltip was generated.