diff --git a/docs/src/pages/components/MultiSelect.svx b/docs/src/pages/components/MultiSelect.svx index 6a1c2ec1..691e4b4f 100644 --- a/docs/src/pages/components/MultiSelect.svx +++ b/docs/src/pages/components/MultiSelect.svx @@ -5,12 +5,25 @@ ### Default +By default, items will be ordered alphabetically based on the `item.text` value. To prevent this, see [#no-alphabetical-ordering](#no-alphabetical-ordering). + +### No alphabetical ordering + +To prevent alphabetical item ordering, pass an empty function to the `sortItem` prop. + + + ### Light variant