mengxiong10 / vue2-datepicker

A datepicker / datetimepicker component for Vue2
https://mengxiong10.github.io/vue2-datepicker/index.html
MIT License
1.51k stars 405 forks source link

[Bug] Disabled style doesnt work #686

Open marcelogarcia94 opened 2 years ago

marcelogarcia94 commented 2 years ago

Vue2-datepicker version: Vue version: Browser: Chrome, Firefox

Actual behavior When the component is disabled, this one is not stylized such as disabled. Then, it seems that can be used. Are there any solution?

mengxiong10 commented 2 years ago

Don't understand your question. https://mengxiong10.github.io/vue2-datepicker/index.html#Disabled

sudheer121 commented 2 years ago

@mengxiong10 - whatever we pass in the disabled prop ( even if the boolean value 'false' ) the component is always disabled

mengxiong10 commented 2 years ago

@Sudheer121 can you show your code?