1rosehip/jplist

Using keyboard with dropdown lists

Closed this issue · 1 comments

I've noticed that the Bootstrap version of the dropdown lists (filters, pagination, etc.) can be triggered with the keyboard, but I'm having issues trying to get the same functionality from the non-Bootstrap version. Has anyone gotten this to work?

If anyone is interested, I fixed this by editing the jplist.core.min.js and changing:

a.$control.find(".jplist-dd-panel").off().on("click",

to

a.$control.find(".jplist-dd-panel").off().on("click keypress",