According to the IntUIKit, there should be some so...
# intellij-plugins
f
According to the IntUIKit, there should be some sort of toolbar dropdown component, that looks like the first image, however I've only managed to get the what appears on the second image by using
ComboBoxAction()
, which is what https://plugins.jetbrains.com/docs/intellij/toolbar-drop-down.html uses and even in the documentation it seems like there should be a way to make it show without the border and with the unfilled chevron. Anybody got any tips on how to get that style of dropdown out of the box?