We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@karol-f
Sorry, something went wrong.
fix(#194): Setting boolean property with JS to true doens't work
116ef1f
Sorry for the late reply. Hopefully fixed in vue-custom-element@3.2.13. Regards.
vue-custom-element@3.2.13
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: