Closed seriouslysean closed 4 years ago
This fixes an issue with the truncation length reported when using html input. This will fix the issue called out in https://github.com/kavalcante/vue-truncate-collapsed/issues/16.
Couple of things to note:
prepare
package.json
<a>
<button>
showToggle
Let me know if you have any questions 👋
This fixes an issue with the truncation length reported when using html input. This will fix the issue called out in https://github.com/kavalcante/vue-truncate-collapsed/issues/16.
Couple of things to note:
prepare
script topackage.json
to support installing the package from GitHub<a>
tags to<button>
s for accessibility purposesshowToggle
prop to completely hide the buttons when the input length does not exceed the max lengthLet me know if you have any questions 👋