From a6ad11b66b1081d7039fdcd09e797662d7d5104a Mon Sep 17 00:00:00 2001 From: Noah Burroughs <49932437+noahsb@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:32:22 -0500 Subject: [PATCH] [docs] Fix typo (#2822) --- docs/src/docs/core/MultiSelect.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/core/MultiSelect.mdx b/docs/src/docs/core/MultiSelect.mdx index 4a2297e9eed..af6cbf77a01 100644 --- a/docs/src/docs/core/MultiSelect.mdx +++ b/docs/src/docs/core/MultiSelect.mdx @@ -37,7 +37,7 @@ function Demo() { } ``` -Note that MultiSelect value should always be an array of either **string** or **null**: +Note that MultiSelect value should always be an array of either **string** or **undefined**: ```tsx // Incorrect, will have bugs