You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
cvrebert
changed the title
v4 carousel prevents input into form elements within slides
Carousel prevents input into form elements within slides
Jan 11, 2016
Carousel should allow input for
input
ortextarea
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.The text was updated successfully, but these errors were encountered: