From 089e245bf195f330a755aff18255a65c7d01374b Mon Sep 17 00:00:00 2001 From: Stanislas Boyet Date: Thu, 10 Oct 2019 11:40:06 +0200 Subject: [PATCH] Add color field type to the documentation Since it was released with the version 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59c6fd2a..a18fc9ac 100644 --- a/README.md +++ b/README.md @@ -561,6 +561,7 @@ Mapping | Generated HTML Element | Database Column Type `password` | `input[type=password]` | `string` with `name =~ /password/` `search` | `input[type=search]` | - `uuid` | `input[type=text]` | `uuid` +`color` | `input[type=color]` | `string` `text` | `textarea` | `text` `hstore` | `textarea` | `hstore` `json` | `textarea` | `json`