Skip to content

Commit

Permalink
docs: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev committed Oct 19, 2023
1 parent 244c12b commit 26f7e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/List/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ Likewise, you can forward `onFocus` and `onBlur` if you need to repeat the behav
| itemsClassName | Custom class name to be added to an item list | `String` | |
| role | HTML `role` attribute | `String` | list |
| id | HTML `id` attribute | `string` | |
| onChangeActive | Fires when the index of an option in the listbox, visually indicated as having keyboard focus, is changed. `(index?: number) => void` | `Function` | |
| onChangeActive | Fires when the index of an option in the listbox, visually indicated as having keyboard focus, is changed. `(index?: number) => void` | `Function` | |

0 comments on commit 26f7e04

Please sign in to comment.