diff --git a/docs/partials/guides.pug b/docs/partials/guides.pug index 83be3bb6..d0c6a696 100644 --- a/docs/partials/guides.pug +++ b/docs/partials/guides.pug @@ -69,8 +69,8 @@ If you want to control the order in which selected options to be displayed, use the `sortValueBy` prop. This prop has three options: - `"ORDER_SELECTED"` (default) - Order selected - - `"LEVEL"` - Level of option: C > BB > AAA - - `"INDEX"` - Index of option: AAA > BB > C + - `"LEVEL"` - Level of option: C 🡒 BB 🡒 AAA + - `"INDEX"` - Index of option: AAA 🡒 BB 🡒 C +demo('FlatModeAndSortValues') +guide('Prevent Value Combining')