Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 125dadd

Browse files
crisbetojosephperrott
authored andcommitted
chore: show all autocomplete examples in examples tab (#477)
1 parent 08c040e commit 125dadd

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/app/shared/documentation-items/documentation-items.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,18 @@ const DOCS: {[key: string]: DocCategory[]} = {
2828
id: 'forms',
2929
name: 'Form Controls',
3030
items: [
31-
{id: 'autocomplete', name: 'Autocomplete', examples: [
32-
'autocomplete-overview',
33-
'autocomplete-optgroup',
34-
]},
31+
{
32+
id: 'autocomplete',
33+
name: 'Autocomplete',
34+
examples: [
35+
'autocomplete-overview',
36+
'autocomplete-simple',
37+
'autocomplete-display',
38+
'autocomplete-filter',
39+
'autocomplete-optgroup',
40+
'autocomplete-auto-active-first-option',
41+
]
42+
},
3543
{id: 'checkbox', name: 'Checkbox', examples: ['checkbox-configurable']},
3644
{
3745
id: 'datepicker',

0 commit comments

Comments
 (0)