From 2ae7b6d5c9eec1676681026689b351368d815c84 Mon Sep 17 00:00:00 2001 From: melloware Date: Mon, 9 Sep 2024 08:52:39 -0400 Subject: [PATCH] Fix #7137: MultiSelect template docs --- components/doc/multiselect/templatedoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/doc/multiselect/templatedoc.js b/components/doc/multiselect/templatedoc.js index 8d2e4ef87a..88c26243c6 100644 --- a/components/doc/multiselect/templatedoc.js +++ b/components/doc/multiselect/templatedoc.js @@ -145,7 +145,7 @@ export default function TemplateDemo() { <>

- Available options and the selected options support templating with itemTemplate and valueTemplate properties respectively. In addition, header, footer and filter sections can be templated as well. + Available options and the selected options support templating with itemTemplate and selectedItemTemplate properties respectively. In addition, header, footer and filter sections can be templated as well.