Skip to content

Commit

Permalink
Merge pull request #2393 from marmelab/autocompletearrayinput-doc
Browse files Browse the repository at this point in the history
[RFR] AutocompleteArrayInput documentation
  • Loading branch information
fzaninotto authored Oct 9, 2018
2 parents 6f1c6fc + 3d0e661 commit ad7abe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ title: "Reference"
* [`<ArrayField>`](./Fields.md#arrayfield)
* [`<ArrayInput>`](./Inputs.md#arrayinput)
* [`<Authenticated>`](./Authentication.md#restricting-access-to-a-custom-page)
* [`<AutocompleteArrayInput>`](./Inputs.md#autocompletearrayinput)
* [`<AutocompleteInput>`](./Inputs.md#autocompleteinput)
* [`<BooleanField>`](./Fields.md#booleanfield)
* [`<BooleanInput>`](./Inputs.md#booleaninput-and-nullablebooleaninput)
Expand Down
5 changes: 5 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,11 @@
<code>&lt;AutocompleteInput&gt;</code>
</a>
</li>
<li class="chapter">
<a href="#autocompletearrayinput">
<code>&lt;AutocompleteArrayInput&gt;</code>
</a>
</li>
<li class="chapter">
<a href="#booleaninput-and-nullablebooleaninput">
<code>&lt;BooleanInput&gt;</code>
Expand Down

0 comments on commit ad7abe1

Please sign in to comment.