Hello!
I’m trying to use a Multiselect field, and it works, but is there a way to remove duplicated value into brackets ? Is there a reason they are here, see below :
Thanks ![]()
There is already an issue on GitHub: Multiselect field: option to hide value · Issue #127 · getkirby/ideas · GitHub
For the time being, you can hide the value in brackets via custom Panel CSS
.k-multiselect-option .k-multiselect-value {
display: none;
}
Ok ok thanks you ![]()