This would be a nice addition, eg.if you have a lot of entry types of single use.
I've managed to fix this by inserting these lines of css:
div.menu[role='listbox'] li[role='option']:has(button.disabled):not([aria-selected='true']) {
display: none;
}
This would be a nice addition, eg.if you have a lot of entry types of single use.
I've managed to fix this by inserting these lines of css: