Skip to content

Commit

Permalink
fix: apply choice set option tooltips to div rather than option
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda authored and Meena Brend committed Aug 16, 2022
1 parent b0e53a1 commit 9c5620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/builders/Input.ChoiceSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = function (definition, options) {
opt.addAttribute('keep-color', null)
}

const tooltipIcon = opt
const tooltipIcon = optDiv
.addChildTag('q-icon')
.addAttribute('name', 'info')
.addAttribute('size', 'sm')
Expand Down

0 comments on commit 9c5620c

Please sign in to comment.