Hello ladies and gentlemen.
In Bootstrap 4 (and Material) SASS theme the opacity setting for placeholder is missed.
Example: https://demos.telerik.com/kendo-ui/multiselect/index
My fix for Bootstrap 4 (I not known the opacity setting for Material placeholders):
.k-multiselect-wrap {
> .k-readonly {
opacity: 0.7;
}
}