Skip to content

Commit a1143a6

Browse files
Forms: Update input types
1 parent a8aa1f3 commit a1143a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AdvancedForms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In a field definition, only the following fields can be set:
103103
| Field | Description |
104104
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
105105
| `.fields.constant` | If `true`, the `.value` must be set in the form definition, and the user will not be able to change the field's value. ( example: the form definition's version) |
106-
| `.fields.type` | The HTML input type `text`, `radio`, `checkbox`, `password`, `hidden`, `button`, `color`, `date`, `datetime-local`, `month`, `week`, `time`, `email`, `number`, `range`, `search`, `url`, `select`, `tel` |
106+
| `.fields.type` | The HTML input type `text`, `checkbox`, `password`, `hidden`, `color`, `date`, `datetime-local`, `month`, `week`, `time`, `email`, `number`, `url`, `tel` |
107107
| `.fields.options` | If `.fields.type` is `select`, the list of selectable values |
108108
| `.fields.options.text` | The text displayed for this option |
109109
| `.fields.options.value` | The value of the field if this option is selected |

0 commit comments

Comments
 (0)