Skip to content

Commit

Permalink
docs: specify searchDelay: 250 for list.js (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 26, 2023
1 parent 64f4a3f commit 213e8a6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/assets/js/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
'use strict'

new List('icons-body', {
valueNames: ['name', { data: ['tags', 'categories'] }]
searchDelay: 250,
valueNames: [
'name', {
data: [
'tags',
'categories'
]
}
]
})
})()

0 comments on commit 213e8a6

Please sign in to comment.