Skip to content

Commit 3f82af2

Browse files
docs: 📝 updated broken links in docs
1 parent 9c79514 commit 3f82af2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ More examples can be found [here ↗](https://react-multi-select-component.pages
6767
| `hasSelectAll` | toggle 'Select All' option | `boolean` | `true` |
6868
| `isLoading` | show spinner on select | `boolean` | `false` |
6969
| `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` | |
7171
| `onChange` | onChange callback | `function` | |
7272
| `disabled` | disable dropdown | `boolean` | `false` |
7373
| `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 |
7575
| `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` | |
7878
| `ClearIcon` | Custom Clear Icon for Search | `ReactNode` | |
7979
| `ArrowRenderer` | Custom Arrow Icon for Dropdown | `ReactNode` | |
8080
| `debounceDuration` | debounce duraion for Search | `number` | `300` |

0 commit comments

Comments
 (0)