Skip to content

Commit

Permalink
Fix primefaces#7137: MultiSelect template docs (primefaces#7143)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Sep 9, 2024
1 parent 832edf7 commit 513af5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/multiselect/templatedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function TemplateDemo() {
<>
<DocSectionText {...props}>
<p>
Available options and the selected options support templating with <i>itemTemplate</i> and <i>valueTemplate</i> properties respectively. In addition, header, footer and filter sections can be templated as well.
Available options and the selected options support templating with <i>itemTemplate</i> and <i>selectedItemTemplate</i> properties respectively. In addition, header, footer and filter sections can be templated as well.
</p>
</DocSectionText>
<div className="card flex justify-content-center">
Expand Down

0 comments on commit 513af5e

Please sign in to comment.