Skip to content

Commit cc4d7e9

Browse files
fix sentence
1 parent db729c0 commit cc4d7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/material/components/autocomplete/autocomplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ This demo has limited quotas to make API requests. When your quota exceeds, you
229229

230230
By default, when `multiple={false}`, the selected option is displayed as plain text inside the input. The `renderValue` prop allows you to customize how the selected value is rendered. This can be useful for adding custom styles, displaying additional information, or formatting the value differently.
231231

232-
- The `getItemProps` callback provides props like `data-item-index`, `disabled`, and `tabIndex` and others. These props should be spread onto the rendered component for proper accessibility.
232+
- The `getItemProps` callback provides props like `data-item-index`, `disabled`, `tabIndex` and others. These props should be spread onto the rendered component for proper accessibility.
233233
- If using a custom component other than a Material UI Chip, destructure the `onDelete` prop as it's specific to the Material UI Chip.
234234

235235
{{"demo": "CustomSingleValueRendering.js"}}

0 commit comments

Comments
 (0)