Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ values we need. It's best practice to have a `value` reference to the
original entry, that way we will always have access to the complete table in our
action.

:bulb: Make sure that the table you are providing as `results`
is indexed by integers. :bulb:

The `display` key is required and is either a string or a `function(tbl)`,
where `tbl` is the table returned by `entry_maker`. So in this example `tbl` would
give our `display` function access to `value` and `ordinal`.
Expand Down