CreativeBulma / bulma-tooltip

Display a tooltip attached to any kind of element, in different position.
MIT License
76 stars 40 forks source link

I try to use it on a file-label but the arrow is missing. (Sorry I forgot the put the `has-tooltip-arrow` attribute) #4

Closed crazyyi closed 4 years ago

crazyyi commented 4 years ago

It displays a tooltip without the arrow when I create a file upload label following the bulma documentation. Looks like it only works correctly on a bulma button.

<div class="file">
      <label class="file-label" data-tooltip="add media">
          <input class="file-input" type="file" name="resume">
           <span class="file-cta">
              <span class="icon is-small">
                <i class="far fa-image fa-2x"></i>
              </span>
          </span>
      </label>
</div>