File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ More examples can be found [here ↗](https://react-multi-select-component.pages
67
67
| ` hasSelectAll ` | toggle 'Select All' option | ` boolean ` | ` true ` |
68
68
| ` isLoading ` | show spinner on select | ` boolean ` | ` false ` |
69
69
| ` shouldToggleOnHover ` | toggle dropdown on hover option | ` boolean ` | ` false ` |
70
- | ` overrideStrings ` | [ localization ↗] ( docs /recipes/localization.md ) | ` object ` | |
70
+ | ` overrideStrings ` | [ localization ↗] ( stories /recipes/localization.stories.mdx ) | ` object ` | |
71
71
| ` onChange ` | onChange callback | ` function ` | |
72
72
| ` disabled ` | disable dropdown | ` boolean ` | ` false ` |
73
73
| ` disableSearch ` | hide search textbox | ` boolean ` | ` false ` |
74
- | ` filterOptions ` | [ custom filter options (async supported) ↗] ( docs /recipes/custom-filter.md ) | ` function ` | Fuzzy Search |
74
+ | ` filterOptions ` | [ custom filter options (async supported) ↗] ( stories /recipes/custom-filter.stories.mdx ) | ` function ` | Fuzzy Search |
75
75
| ` className ` | class name for parent component | ` string ` | ` multi-select ` |
76
- | ` valueRenderer ` | [ custom dropdown header ↗] ( docs /recipes/custom-value.md ) | ` function ` | |
77
- | ` ItemRenderer ` | [ custom dropdown option ↗] ( docs /recipes/custom-item.md ) | ` function ` | |
76
+ | ` valueRenderer ` | [ custom dropdown header ↗] ( stories /recipes/custom-value.stories.mdx ) | ` function ` | |
77
+ | ` ItemRenderer ` | [ custom dropdown option ↗] ( stories /recipes/custom-item.stories.mdx ) | ` function ` | |
78
78
| ` ClearIcon ` | Custom Clear Icon for Search | ` ReactNode ` | |
79
79
| ` ArrowRenderer ` | Custom Arrow Icon for Dropdown | ` ReactNode ` | |
80
80
| ` debounceDuration ` | debounce duraion for Search | ` number ` | ` 300 ` |
You can’t perform that action at this time.
0 commit comments