You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting showTick: true, the <span class="glyphicon glyphicon-ok checkmark"></span> markup is still rendered. Another ternary conditional in the generateA method resolves this.
caseyjhol
changed the title
Remove additional markup per config
Don't render checkMark (tickIcon) if showTick is false or the select is not multiple
Oct 15, 2018
When setting
showTick: true
, the<span class="glyphicon glyphicon-ok checkmark"></span>
markup is still rendered. Another ternary conditional in thegenerateA
method resolves this.PR: #1426
The text was updated successfully, but these errors were encountered: