We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c8630 commit c63c912Copy full SHA for c63c912
README.md
@@ -68,3 +68,12 @@ Below are some short examples, they all use the following `@code` block:
68
This demonstrates the dark mode of the dropdown when Bootstrap is set to dark mode.
69

70
71
+### Equality options
72
+```html
73
+<SimpleMultiselect
74
+ Options="_items"
75
+ @bind-SelectedOptions="_selectedItems"
76
+ MatchByReference="true" />
77
+```
78
+By default the dropdown will check if items are in the selected items set based on their string representation.
79
+If you instead prefer the default equality comparison set `MatchByReference` to `true`.
0 commit comments