Skip to content

Commit

Permalink
Merge pull request heartcombo#1676 from StanBoyet/patch-1
Browse files Browse the repository at this point in the history
Add color field type to the documentation
  • Loading branch information
feliperenan authored Oct 10, 2019
2 parents 40fa2de + 089e245 commit fe9e699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit fe9e699

Please sign in to comment.