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
I just noticed that if I create an input DOM element and set default value from the property
let inputEl = document.createElement("input") input.value = "#AAA"
for a default value - it would just be reset to #FFF from your lib.
#FFF
But when I test with HTML
<input value="#AAA">
it works
The text was updated successfully, but these errors were encountered:
That's correct :)
Sorry, something went wrong.
I tried to put a breakpoint there and the color was set correctly, so probably something else overriding afterwards :)
Can you give the latest version a try?
No branches or pull requests
I just noticed that if I create an input DOM element and set default value from the property
for a default value - it would just be reset to
#FFF
from your lib.But when I test with HTML
it works
The text was updated successfully, but these errors were encountered: