charettes / django-colorful

Extension to the Django web framework that provides database and form color fields
https://pypi.python.org/pypi/django-colorful
MIT License
169 stars 58 forks source link

Hexadecimal color setting in widget #24

Closed Felix-neko closed 9 years ago

Felix-neko commented 9 years ago

Cannot you add the ablilty to set hex colors (like #FFFFFF) in color-picking widget?

charettes commented 9 years ago

This project defaults on the color input of the browser and provide a shim for older browsers such as IE.

I can input hex colors on both Chrome and Firefox native inputs but haven't tested the shim. What browser are you using?

Felix-neko commented 9 years ago

Chrome under Windows 7.

And what prefix do you use to input hex colors?

charettes commented 9 years ago

When click on the color input here in Chrome I'm presented with a color picker where I can either select a color or input a hexadecimal color (e.g #FFFFFF).

Anyway this issue is not related to this project which main purpose is to provide Django fields for storing colors.