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
Hi, Please make a way to set palette dynamically from code side. I'm trying to set it with jqAttr but it's not working. Tnx for this useful tool.
The text was updated successfully, but these errors were encountered:
#17 setting palette from code
f2923bf
+1, do you when it will be available? It's a great color picker @narsenico
Sorry, something went wrong.
#17
843dc07
v1.2.0 The property palette is now editable
const a = AColorPicker.createPicker({ palette: ['red', 'yellow'] }); a.palette = ['red', '#00ff00', 'rgb(0, 0, 255)'];
It works like a charm! Thanks a lot ;)
No branches or pull requests
Hi,
Please make a way to set palette dynamically from code side.
I'm trying to set it with jqAttr but it's not working.
Tnx for this useful tool.
The text was updated successfully, but these errors were encountered: