karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

Setting boolean property with JS to true doens't work #194

Closed BennyAlex closed 4 years ago

BennyAlex commented 4 years ago

Hello, I try to set a boolean value with plain JS but it isn't possible to change the value from false to true. But from true to false is possible ...

Non boolean properties also working fine.

See this site: https://bennyalex.github.io/md-color-picker-test/ If you uncheck 'fixedMinHeight' or 'useSpectrumPicker ' it works once (from true to false) but checking it again doesn't work at all. repo is: https://github.com/BennyAlex/md-color-picker-test

BennyAlex commented 4 years ago

@karol-f

karol-f commented 4 years ago

Sorry for the late reply. Hopefully fixed in vue-custom-element@3.2.13. Regards.