vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
807 stars 150 forks source link

Opening disabled input #405

Open pawel-omniaz opened 7 months ago

pawel-omniaz commented 7 months ago

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.