SSENSE/vue-carousel

Feature Request: Optionally tab through slides

開放

#315 建立於 2018年11月12日

 (3 則留言) (0 個反應) (0 位負責人)JavaScript (513 個分叉)batch import
featuregood first issuehelp wanted

倉庫指標

星標
 (1,705 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Is your feature request related to a problem? Tabbing through the slides does not work correctly because a tabindex of -1 is added to each slide. I'm sure this was done for a good reason, but I'd be curious to hear why.

Describe the solution you'd like I would like to see an option added to the API Config to make that an optional feature. We need to be able to tab through the carousel slides for our site.

If any, describe the alternatives you've considered Alternatives would be manually editing the source code and hosting our own modified copy or switching to a different plugin.

Teachability, Documentation, Adoption, Migration Strategy Users can set an option like tabIndexNegOne to true or false in the initialization of the plugin.

貢獻者指南