Skip to content

Commit 81a5c89

Browse files
committed
Add Backpex.Fields.Email to list of supported index edit fields
1 parent eacd48a commit 81a5c89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guides/fields/index-edit.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ The example above will enable index editable for the `name` text field.
2626
- `Backpex.Fields.BelongsTo`
2727
- `Backpex.Fields.Date`
2828
- `Backpex.Fields.DateTime`
29+
- `Backpex.Fields.Email`
2930
- `Backpex.Fields.Number`
3031
- `Backpex.Fields.Select`
3132
- `Backpex.Fields.Text`
3233

3334
## Custom index editable implementation
3435

35-
You can add index editable support to your custom fields by defining the [render_index_form/1](Backpex.Field.html#c:render_index_form/1) function and enabling index editable for your field.
36+
You can add index editable support to your custom fields by defining the [render_index_form/1](Backpex.Field.html#c:render_index_form/1) function and enabling index editable for your field.

0 commit comments

Comments
 (0)