Skip to content

Commit

Permalink
Clarify readme on multiple inputs for custom filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mlt committed Nov 28, 2019
1 parent 7dad596 commit a05868f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ the user submits the filter form.
</div>
```

As you can see there are two locales defined which should be used for your custom form
field: `input_name` and `input_id`
As you can see there are two locals defined which should be used for your custom form
field: `input_name` and `input_id`. You can have multiple inputs with the same `input_name`.
In this case, `value` will be an array containing submitted values in the order input field are defined.

### Row formatting

Expand Down

0 comments on commit a05868f

Please sign in to comment.