[PRO BUG] Certain tag template strings cause an extra newline in multicombo

Similar to this other multicombo bug, this one is even stranger :slight_smile:

https://snippet.webix.com/saqv08ar

as a workaround

<style>
  .webix_multicombo_tag{
  	margin-left: 2px;
  }
</style>

probably issue related to width calculation in material/mini skins

Thanks, that works in the snippet, but not in my application. I’d have to do more work to isolate another string that’s triggering it. Hoping for a proper fix.

Hey @dandv, thank you for the bug report! I’ve confirmed the issue, the fix should be available in one of the future updates.