mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Merge pull request #1676 from StanBoyet/patch-1
Add color field type to the documentation
This commit is contained in:
commit
fe9e69945e
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue