briangonzalez / jquery.pep.js

👟 Pep, a lightweight plugin for kinetic drag on mobile/desktop
http://pep.briangonzalez.org
1.3k stars 178 forks source link

select fields disabled #175

Closed peteratomic closed 7 years ago

peteratomic commented 8 years ago

Can't seem to use these draggable boxes with a select field. Have tried digging thru the CSS to see if there's a conflict but can't find anything obvious.

Any ideas what could be blocking the functioning of a select drop down?

patricepellier commented 8 years ago

Hello did you find an issue to use "select" balise with pep ?

Anaphase commented 8 years ago

Are you trying to make the select box draggable? How would you ever choose an option from the list if that were the case? You could try setting shouldPreventDefault to false. If you're trying to actually USE a select box inside of a draggable element, set elementsWithInteraction to ['input', 'select'].

patricepellier commented 8 years ago

thank's