We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e1c35 commit 85b5d59Copy full SHA for 85b5d59
1 file changed
lib/backpex/fields/inline_crud.ex
@@ -7,8 +7,12 @@ defmodule Backpex.Fields.InlineCRUD do
7
],
8
child_fields: [
9
doc: """
10
- A list of child input fields. All field types except `Backpex.Fields.HasManyThrough`, `Backpex.Fields.InlineCRUD`
11
- and `Backpex.Fields.Upload` are supported.
+ A list of child input fields.
+
12
+ The following fields are **not** supported:
13
+ - `Backpex.Fields.HasManyThrough`
14
+ - `Backpex.Fields.InlineCRUD`
15
+ - `Backpex.Fields.Upload`
16
17
You can add additional classes to child field inputs by setting the class option in the list of `child_fields`.
18
The class can be a string or a function that takes the assigns and must return a string.
0 commit comments