kytos-ng / ui

Kytos Admin UI
MIT License
0 stars 3 forks source link

Input component tooltips now display properly #65

Closed HeriLFIU closed 5 months ago

HeriLFIU commented 5 months ago

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 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.

image

HeriLFIU commented 5 months ago

@viniarck I was able to update the changelog.