This commit is contained in:
Mu-An ✌️ Chiou 2018-11-07 11:29:35 -05:00
Родитель 997bd2fee7
Коммит ef1c739d2a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0180D23D4538D05E
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -34,8 +34,8 @@ const list = document.querySelector('#list-id')
// To install this behavior
install(input, list)
// To move selection to the nth+2 item in the list
navigate(input, list, 2)
// To move selection to the nth+1 item in the list
navigate(input, list, 1)
// To uninstall this behavior
uninstall(input, list)
```