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.

贡献者指南