File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ ColorType Field
55===============
66
77The ``ColorType `` field is a text field that is rendered using the HTML5
8- ``<input type="color"> `` tag.
8+ ``<input type="color"> `` tag. Depending on each browser, the behavior of this
9+ form field can vary substantially. Some browsers display it as a simple text
10+ field, while others display a native color picker.
11+
12+ The value of the underlying ``<input type="color"> `` field is always a
13+ 7-character string specifying an RGB color in lower case hexadecimal notation.
14+ That's why it's not possible to select semi-transparent colors with this
15+ element.
916
1017+-------------+---------------------------------------------------------------------+
1118| Rendered as | ``input `` ``color `` field (a text box) |
You can’t perform that action at this time.
0 commit comments