From 513af5e3c7600a9bbe036095562ef2f1fe7061d3 Mon Sep 17 00:00:00 2001 From: Melloware Date: Mon, 9 Sep 2024 08:56:20 -0400 Subject: [PATCH] Fix #7137: MultiSelect template docs (#7143) --- 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.