- πΊπΈUnited States mortona2k Seattle
I was able to ignore vertical tabs with
.vertical-tabs .description
If it has to target .description, that could be added to the docs. I had to fiddle around a bit to see any results.
- πΊπΈUnited States mortona2k Seattle
The patch is now quite different than the line it applies to, and I think it's no longer relevant.
https://git.drupalcode.org/project/formtips/-/blob/8.x-1.x/js/formtips.j...
var $descriptions = $('.form-item .description,.form-item__description,.form-item .filter-guidelines,.fieldset__description') .not(selectors) .not('.formtips-processed');
However, I am still having some issues. I'm getting a formtips wrapping vertical tabs, and my fix above disables all tips, not just on fields inside the vertical tabs.