We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.x
Dropkick should mimic what mobile devices do. It looks like all of them use a select style dropdown but open a native selector menu.
You can't select more than one option when mobile: true is set.
mobile: true
multiple="true"
Here is a codepen template for reproducing bugs: http://codepen.io/robdel12/pen/pyZYzM
Checkout dropkickjs.com on a mobile device.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version of Dropkick:
2.x
Expected Behavior
Dropkick should mimic what mobile devices do. It looks like all of them use a select style dropdown but open a native selector menu.
Actual Behavior
You can't select more than one option when
mobile: true
is set.Steps To Reproduce:
mobile: true
andmultiple="true"
JSBin / Example repo / Failing test:
Here is a codepen template for reproducing bugs: http://codepen.io/robdel12/pen/pyZYzM
Checkout dropkickjs.com on a mobile device.
The text was updated successfully, but these errors were encountered: