We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6732b4 commit 747dfe6Copy full SHA for 747dfe6
js/relevant-dropdown.js
@@ -61,8 +61,7 @@ $(function() {
61
.css({
62
top: searchPosition.top + $(this).outerHeight(),
63
left: searchPosition.left,
64
- width: $searchInput.outerWidth(),
65
- height: datalistItems.outerHeight() * 6
+ width: $searchInput.outerWidth()
66
});
67
68
datalistItems.hide();
readme.markdown
@@ -32,4 +32,5 @@ On Line 12 of the relevant-dropdown.js file you can change the ID to your own se
32
33
- Make better
34
- Plugize / work on multiple inputs
35
-- Better IE styling
+- Better IE styling
36
+- Might be able to remove Modernizr and just test for support of list attribute in element
0 commit comments