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
There is an attribute called list for the input type=color that lets you define a color palette for the input: http://www.w3.org/TR/html-markup/input.color.html#input.color.attrs.list. This would actually be pretty easy to implement with the existing palette functionality.
list
More info: http://updates.html5rocks.com/2012/08/datalist-for-range-color-inputs-offer-some-default-choices
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is an attribute called
list
for the input type=color that lets you define a color palette for the input: http://www.w3.org/TR/html-markup/input.color.html#input.color.attrs.list. This would actually be pretty easy to implement with the existing palette functionality.More info: http://updates.html5rocks.com/2012/08/datalist-for-range-color-inputs-offer-some-default-choices
The text was updated successfully, but these errors were encountered: