Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carousel prevents input into form elements within slides #18850

Closed
kulbakin opened this issue Jan 11, 2016 · 2 comments
Closed

Carousel prevents input into form elements within slides #18850

kulbakin opened this issue Jan 11, 2016 · 2 comments

Comments

@kulbakin
Copy link

Carousel should allow input for input or textarea within slides, there is no reason why it shouldn't.

Currently carousel keydown handler calls e.preventDefault() then checks for event source tag and does nothing if it is input or textarea. It would make more sense to prevent default after this check, not before.

@cvrebert cvrebert changed the title v4 carousel prevents input into form elements within slides Carousel prevents input into form elements within slides Jan 11, 2016
@cvrebert
Copy link
Collaborator

X-Ref: #14991

@cvrebert cvrebert added this to the v4.0.0-alpha.3 milestone Jan 13, 2016
@prosanelli
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants