SSENSE/vue-carousel

Feature Request: centralize detection of window features

Open

#333 建立於 2018年11月29日

在 GitHub 查看
 (3 留言) (1 反應) (0 負責人)JavaScript (1,705 star) (513 fork)batch import
featuregood first issuehelp wanted

描述

Is your feature request related to a problem? I'm implementing a long Form with a carousel slides separate groups of inputs. I have an issue disabling the mouseDrag prop whenever the user focus on an imput and allowing it again onBlur.

It seems that this prop only configure the eventListeners on init, but doesn't change whenever the input does.

Describe the solution you'd like MouseDrag & TouchDrag to be able to change on the go.

If any, describe the alternatives you've considered I thought about disabling pointer-events: none; with css but then everything inside the form is useless.

Teachability, Documentation, Adoption, Migration Strategy Well, developers will be able to change the prop according to events other thant the initialization of the component.

貢獻者指南