drop
drop copied to clipboard
A library for creating dropdowns and other floating elements. #hubspot-open-source
The parameter 'content' is a DOM element and the element contain a bootstrap select tag.The content close when I select an item.But I want to close the content when I...
Thanks for the library. I have tried everything, but this library is so poor documented: Install: `npm install tether-drop` Import JS libs (all of them): `require('../../node_modules/tether/dist/js/tether.min'); require('../../node_modules/tether-drop/dist/js/drop.min'); require('../third_party/drop-master/dist/js/drop');` Then use...
It looks like there are no longer any active maintainers for this repo, so the project has largely died. If there _is_ anybody listening, would it be possible add a...
Are there any examples on how to use this lib with react?
I have a few svg rectangles in my page and i have a drop that appears when i hover on this rect with position set to "bottom center". When i...
The commit in e609ba0e4765aa66321adc134ab164c39f0f0f4a broke the ability to use data attributes to override the position and onOpen options, since these are always set as defaults.
When I use the drop as a tooltip in a form, it breaks when the screen is reduced to mobile screen width at 320px. Please see the screenshot here: Shouldn't...
Steps to reproduce: - Visit http://nyh.name/signup.html (static copy of a real site, to catch the bug). I can see the issue in Chrome, Firefox, Safari on OS X. - Input...
A wide drop will overflow horizontally, making part of the drop invisible. This appears to be as-designed. Here is a [jsFiddle](http://jsfiddle.net/bmh_ca/zZ7AJ/1/) illustrating the issue. It would be really nice, if...
Tabbing
We'd like to be able to mess with the tabindex attribute for our dropdown menu we made with tether. Specifically, we want to make the text the initial tabbing target...