I have this use case when I want to disable multiselect but I still would like to be able to open it to check which options were selected, because if it's disabled and I have multiple options selected I have only placeholder "3 options selected" on it. Maybe new attribute readonly or something? I know I could make all options disabled, but I feel like it wouldn't be the right way.
Hi,
I have this use case when I want to disable multiselect but I still would like to be able to open it to check which options were selected, because if it's disabled and I have multiple options selected I have only placeholder "3 options selected" on it. Maybe new attribute readonly or something? I know I could make all options disabled, but I feel like it wouldn't be the right way.