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