TotomInc / vue3-select-component

A flexible & modern select-input control for Vue 3.
https://vue3-select-component.vercel.app/
MIT License
56 stars 6 forks source link

do not remove option when disabled #73

Closed foxhound87 closed 4 months ago

foxhound87 commented 4 months ago

Hello, If the component is disabled and I already selected some options, they can be removed (if I click on it). Is it the correct behavior? I expected the options to be not removable (when the component is disabled).

Thank You

TotomInc commented 4 months ago

Hi, thanks for reporting this issue.

I wasn't able to reproduce it but I've noticed a missing statement on the removeOption() function.

TotomInc commented 4 months ago

Fixed on v0.4.0