Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae committed Apr 13, 2018
1 parent 263c1da commit 026fd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/partials/guides.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 026fd0a

Please sign in to comment.