Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Aug 3, 2024
1 parent a1b88d0 commit af3f06d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,22 +287,22 @@ In addition to the rendering templates of options and groups, in addition to goi

For group or option:

- `'id'` (from attribute `templateId`)
- `'id'` (from item data `templateId`)
- `'group'` or `'option'`
- `'template'`
- `TemplateRef` (from attribute `templates`)
- `TemplateRef` (from html attribute `templates`)
- Default render

For the selection:

- `'id'` (from attribute `templateSelectionId`)
- `'id'` (from item data `templateSelectionId`)
- `'optionSelection'`
- `'templateSelection'`
- `TemplateRef` (from attribute `templateSelection`)
- `'id'` (from attribute `templateId`)
- `TemplateRef` (from html attribute `templateSelection`)
- `'id'` (from item data `templateId`)
- `'option'`
- `'template'`
- `TemplateRef` (from attribute `templates`)
- `TemplateRef` (from html attribute `templates`)
- Default render

### Overlay
Expand Down

0 comments on commit af3f06d

Please sign in to comment.