You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
288
288
|**closeOnScroll**|`{boolean} false`| Closes the dropdown list on scrolling parent DOM / window when using `appendToBody: true`. |
289
289
|**searchable**|`{boolean} false`| Whether the options should be searchable. |
290
290
|**valueProp**|`{string} 'value'`| If you provide an array of objects as `options` this property should be used as the value of the option. |
291
-
|**trackBy**| `{string|array} undefined` | The name(s) of the properties that should be searched when `searchable` is `true` and an array of objects are provided as `options`. If left `undefined` the `label` prop will be used instead. |
291
+
|**trackBy**|`{string\|array} undefined`| The name(s) of the properties that should be searched when `searchable` is `true` and an array of objects are provided as `options`. If left `undefined` the `label` prop will be used instead. |
292
292
|**label**|`{string} 'label'`| If you provide an array of objects as `options` the value of this property will be displayed as selected option. |
293
293
|**disabledProp**|`{string} 'disabled'`| If you provide an array of objects as `options` this property should be used to determine whether the option is disabled. |
294
294
|**placeholder**|`{string} null`| The text that should be displayed before any option is selected. |
0 commit comments